summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
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: