summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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