~mser/pkg.mser.at

55fbb3a16b404521a907470c5e7a0095f049f83c — Michael Serajnik 1 year, 7 months ago 81de882
Update package qcomix
1 files changed, 2 insertions(+), 2 deletions(-)

M packages/qcomix/PKGBUILD
M packages/qcomix/PKGBUILD => packages/qcomix/PKGBUILD +2 -2
@@ 1,5 1,5 @@
pkgname=qcomix
pkgver=1.0.0b5
pkgver=1.0.0b6
pkgrel=1
pkgdesc="Qt-based comic viewer."
arch=('i686' 'x86_64')


@@ 7,7 7,7 @@ url="https://gitgud.io/qcomix/qcomix.git"
depends=('qt5-base' 'quazip')
makedepends=('cmake' 'qt5-tools' 'qt5-base')
provides=('qcomix')
source=("$pkgname"::"git+https://gitgud.io/qcomix/qcomix.git#tag=1.0b5")
source=("$pkgname"::"git+https://gitgud.io/qcomix/qcomix.git#tag=1.0b6")
sha512sums=('SKIP')

build() {