summaryrefslogtreecommitdiffstats
path: root/extra/phatch/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/phatch/Pkgfile')
-rw-r--r--extra/phatch/Pkgfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/phatch/Pkgfile b/extra/phatch/Pkgfile
index 91e441ae3..8e8f5692d 100644
--- a/extra/phatch/Pkgfile
+++ b/extra/phatch/Pkgfile
@@ -2,16 +2,18 @@
# URL: http://photobatch.stani.be
# Maintainer: Nutyx core team
# Packager: fanch
-# Depends on: python, wxpython, pil
+# Depends on:
+
+#python, wxpython, pil
name=phatch
-version=0.1.6
+version=0.2.7
release=1
-source=(http://photobatch.stani.be/download/package/phatch-0.1.6.tar.gz)
+source=(http://photobatch.stani.be/download/package/phatch-$version.tar.gz)
build() {
cd $name-$version
- python setup.py build install --root=$PKG
+ python2 setup.py build install --root=$PKG
}