summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdison Ibañez2015-12-18 14:03:06 -0500
committerEdison Ibañez2015-12-18 14:03:06 -0500
commit2e070c69dd0310eacea7fc5a04cae2f5c6c715bc (patch)
tree7cc5a64905c428595fd5651017bf2ec77640dceb
parentd079ca648bfb5cf5b6cba529eaaad66c3741cc00 (diff)
downloadaur-2e070c69dd0310eacea7fc5a04cae2f5c6c715bc.tar.gz
fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9124f7e4266..b3b55bfed71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Edison Ibañez <edison@openmailbox.org>
+# Maintainer: Edison Ibañez <edison@openmailbox.org>
pkgname=pilas-engine
my_pkgname=pilas
@@ -13,10 +13,10 @@ license=('LGPL')
url="http://www.pilas-engine.com.ar"
source=("https://github.com/hugoruscitti/${my_pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('dbcccce24afe5689d35d504fbe002ec0')
package() {
cd $srcdir/$my_pkgname-$pkgver
python2 setup.py build
python2 setup.py install --prefix=/usr --root "${pkgdir}" || return 1
}
-md5sums=('dbcccce24afe5689d35d504fbe002ec0')