Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1022e0c2b80dd832a76edbd0ac279548f7f4eba1
commit 1022e0c2b80dd832a76edbd0ac279548f7f4eba1 Author: kikadf <[email protected]> Date: Sat Aug 17 18:25:42 2013 +0200 phatch-0.2.7.1-2-x86_64 * Fix url, up2date, source diff --git a/source/xapps-extra/phatch/FrugalBuild b/source/xapps-extra/phatch/FrugalBuild index 3e22340..32e436e 100644 --- a/source/xapps-extra/phatch/FrugalBuild +++ b/source/xapps-extra/phatch/FrugalBuild @@ -2,15 +2,20 @@ # Maintainer: kikadf <[email protected]> # Contributor: Cedrick Hannier alias Cedynamix <[email protected]> +options+=('asneeded') + pkgname=phatch pkgver=0.2.7.1 -pkgrel=1 +pkgrel=2 +url="http://photobatch.wikidot.com/" pkgdesc="Phatch is a simple-to-use cross-platform GUI Batch Photo Processor" depends=('wxpython>=2.8.10.1-4' 'imaging' 'pyexiv2' 'nautilus-python' 'findutils') -url="http://photobatch.stani.be" +#url="http://photobatch.stani.be" archs=('i686' 'x86_64') groups=('xapps-extra') -up2date="Flasttar $url/download/package/" -source=("http://photobatch.stani.be/download/package/$pkgname-$pkgver.tar.gz") +#up2date="Flasttar $url/download/package/" +up2date="lynx -dump https://launchpad.net/phatch/+packages | sed -n 's/.*phatch *\([0-9].*\)-1.*/\1/p' | sort | tail -1" +#source=("http://photobatch.stani.be/download/package/$pkgname-$pkgver.tar.gz") +source=(https://launchpad.net/ubuntu/saucy/+source/phatch/0.2.7.1-1ubuntu2/+files/${pkgname}_$pkgver.orig.tar.gz) _F_cd_path="$pkgname-0.2.7" sha1sums=('15674c11b36b75c9c680086ea362d17911ab9037') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
