summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2016-11-17 23:34:35 +0100
committerLuca Weiss2016-11-17 23:34:35 +0100
commitd94670157de537096d1a28a9516fd97f02266df3 (patch)
treefbc1e8cf24b345ad784cd41af0b4d702df4797b0 /PKGBUILD
parent0f05b1e6956c1c05f1f306093e375abb4040edcf (diff)
parent09a8d1697fda52b2226e2518f2fcf064a2c37182 (diff)
downloadaur-d94670157de537096d1a28a9516fd97f02266df3.tar.gz
stuff
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 796be486c95f..b6e945475104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,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)
@@ -22,3 +23,4 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1
}
+# vim:set ts=2 sw=2 et: