summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2020-05-23 12:21:28 +0200
committerSefa Eyeoglu2020-05-23 12:21:28 +0200
commite2a2698612d9eaee920ba60f7d1e1edca956b2b2 (patch)
tree6441b533339bb7509f938d5762a84bac734a6c95
parentcb097386fca734e42a8fabcfd6b3d50a2f468bac (diff)
downloadaur-e2a2698612d9eaee920ba60f7d1e1edca956b2b2.tar.gz
upgpkg: python-pyqis 0.0.3-1
upstream release Update to latest upstream version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2903f93ca5bc..f46d9237fb9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyqis
pkgdesc = Python QIS client for German university information servers
- pkgver = 0.0.1
+ pkgver = 0.0.3
pkgrel = 1
url = https://gitlab.com/Scrumplex/pyqis
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-pyqis
depends = python-requests
depends = python-beautifulsoup4
depends = python-lxml
- source = python-pyqis::git+https://gitlab.com/Scrumplex/pyqis.git#tag=0.0.1
+ source = python-pyqis::git+https://gitlab.com/Scrumplex/pyqis.git#tag=0.0.3
sha512sums = SKIP
pkgname = python-pyqis
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"