summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorailu2018-12-29 15:34:14 +0100
committerailu2018-12-29 15:34:14 +0100
commitc7f8039798467196ee006746d41f8552c4ce172c (patch)
tree1ac8440d7f4af12837676683a062070bd3d8c2e8 /PKGBUILD
parent1a74d97f04f70db81caf06741f44070b332311e1 (diff)
downloadaur-qtchan.tar.gz
follow master branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae0ca29c8beb..7155a65db62a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: a1lu <a1lu at arcor dot de>
pkgname=qtchan
-pkgver=0.100
+pkgver=master
pkgrel=1
pkgdesc="A 4chan browser written with qt5"
arch=('i686' 'x86_64')
@@ -8,8 +8,8 @@ url="https://github.com/siavash119/qtchan"
license=('MIT')
depends=('qt5-base')
makedepends=('qt5-base')
-source=("$pkgname::https://github.com/siavash119/${pkgname}/archive/v${pkgver}.zip")
-md5sums=('e83fb1bbb53473e33e2f137b708971a1')
+source=("$pkgname::https://github.com/siavash119/${pkgname}/archive/${pkgver}.zip")
+md5sum=('SKIP')
build() {
cd ${srcdir}/${pkgname}-${pkgver}