summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db295657682f..659d4bb05c0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 17 08:33:11 UTC 2016
+# Tue Jul 19 10:46:31 UTC 2016
pkgbase = python-qtwaitingspinner-git
pkgdesc = A waiting spinner for PyQt5
pkgver = r85.79a5c81
@@ -7,6 +7,7 @@ pkgbase = python-qtwaitingspinner-git
url = https://github.com/z3ntu/QtWaitingSpinner
arch = any
license = MIT
+ makedepends = git
depends = python
options = !emptydirs
source = python-qtwaitingspinner::git+https://github.com/z3ntu/QtWaitingSpinner
diff --git a/PKGBUILD b/PKGBUILD
index a53799c59d16..1ecaaf7d3a22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Luca Weiss <WEI16416@spengergasse.at>
+
pkgname=python-qtwaitingspinner-git
pkgver=r85.79a5c81
pkgrel=1
@@ -6,6 +7,7 @@ pkgdesc="A waiting spinner for PyQt5"
arch=('any')
url="https://github.com/z3ntu/QtWaitingSpinner"
license=('MIT')
+makedepends=('git')
depends=('python')
options=(!emptydirs)
source=(python-qtwaitingspinner::git+https://github.com/z3ntu/QtWaitingSpinner)
@@ -21,3 +23,4 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1
}
+# vim:set ts=2 sw=2 et: