summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95c3e4d506c8..ce7e516f1aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=python-pyqis
pkgname=${_pkgname}
-pkgver=0.0.1
+pkgver=0.0.3
pkgrel=1
pkgdesc="Python QIS client for German university information servers"
arch=(any)
@@ -11,7 +11,7 @@ license=("GPL3")
depends=("python-requests" "python-beautifulsoup4" "python-lxml")
makedepends=("git" "python-setuptools")
source=("${_pkgname}::git+https://gitlab.com/Scrumplex/pyqis.git#tag=${pkgver}")
-sha512sums=(SKIP)
+sha512sums=('SKIP')
build() {
cd "$_pkgname"