summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2021-02-10 10:39:55 +0100
committerSefa Eyeoglu2021-02-10 10:39:55 +0100
commitd93c91af75ba2f4bfd9b32c6ad078639a24ba136 (patch)
treeb083dca5376c2a5a8b01229c3c0aa258b4e5a3e2 /PKGBUILD
parente2a2698612d9eaee920ba60f7d1e1edca956b2b2 (diff)
downloadaur-python-pyqis.tar.gz
upgpkg: python-pyqis 0.0.3-2
Add python-wheel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce7e516f1aae..48e9b1523aa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=python-pyqis
pkgname=${_pkgname}
pkgver=0.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Python QIS client for German university information servers"
arch=(any)
url="https://gitlab.com/Scrumplex/pyqis"
license=("GPL3")
depends=("python-requests" "python-beautifulsoup4" "python-lxml")
-makedepends=("git" "python-setuptools")
+makedepends=("git" "python-setuptools" "python-wheel")
source=("${_pkgname}::git+https://gitlab.com/Scrumplex/pyqis.git#tag=${pkgver}")
sha512sums=('SKIP')