summaryrefslogtreecommitdiffstats
path: root/extra/phatch/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 11:34:07 +0000
committersibel <lesibel@free.fr>2010-12-29 11:34:07 +0000
commita6f585aa37b421b958ea836000373985b878de51 (patch)
treedebff829dee2839083380dd43364c31e3c04f745 /extra/phatch/Pkgfile
parent07b67e811a9edef3f846518495edb3c97c060d25 (diff)
downloadnutyx-extra-a6f585aa37b421b958ea836000373985b878de51.tar.gz
nutyx-extra-a6f585aa37b421b958ea836000373985b878de51.tar.bz2
nutyx-extra-a6f585aa37b421b958ea836000373985b878de51.tar.xz
nutyx-extra-a6f585aa37b421b958ea836000373985b878de51.zip
phatch#0.2.7-1, maj python
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
}