summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormadflow2017-08-24 18:10:12 +0200
committermadflow2017-08-24 18:10:12 +0200
commit219cd133460d0c6447e0d551db02a45963c97fa9 (patch)
treefe98aebe09b8dc3b0a0587ee771352bfc2ed59c6 /PKGBUILD
parent83d44fe2f71abd8eb83349ea07943748302dbced (diff)
downloadaur-219cd133460d0c6447e0d551db02a45963c97fa9.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 053a2c998a75..1ca5a12ceae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,11 +19,11 @@ backup=()
options=()
install=
changelog=
-source=(https://gitlab.com/madflow/shrr/repository/3e7bc82cdc8bd7fb2f25ec7bcf2cf87d1beb86ef/archive.tar.gz)
+source=(https://gitlab.com/madflow/shrr/repository/acc5ec347ade01657de4b663b055d28404d25cab/archive.tar.gz)
noextract=()
-md5sums=(698db547cfd7a3332b9b6d2b43f9d701)
+md5sums=(e9619487a193e4a92c4216e061e2ab47)
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname-*"
python setup.py install --root="$pkgdir/" --optimize=1
} \ No newline at end of file