summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Greene2016-05-03 12:40:29 -0700
committerMichael Greene2016-05-03 12:40:29 -0700
commitd159b77a113ed70d4b8c7a237f5d504d48cb0856 (patch)
treee70c054250a290d58d7efadd33b008407ba6cadf /PKGBUILD
parent2cbd6895203bc8c4993719873480439fc633560f (diff)
downloadaur-d159b77a113ed70d4b8c7a237f5d504d48cb0856.tar.gz
fixed weird build issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8573ed95d2be..fd4ec2f7503d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Michael Greene <mgreene@securityinnovation.com>
pkgname=eluminance-git
-pkgver=0.9.r66
-pkgrel=1
+pkgver=0.9.r67
+pkgrel=2
pkgdesc="A fast photo browser, written in Python using EFL"
arch=('any')
url="https://github.com/DaveMDS/eluminance"
@@ -27,5 +27,5 @@ build() {
package() {
cd "${srcdir}/eluminance"
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1
} \ No newline at end of file