Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aa85b21d757e29156d03fadbde6bf925bc49a76b
commit aa85b21d757e29156d03fadbde6bf925bc49a76b Author: crazy <[email protected]> Date: Mon May 30 15:19:05 2016 +0200 jam-2.5-4-x86_64 * rebuild * ( I guess we want to replace it with https://www.freetype.org/jam/ ? ) * or git rm it .. :p diff --git a/source/devel-extra/jam/FrugalBuild b/source/devel-extra/jam/FrugalBuild index 11d7e2c..89cdd41d 100644 --- a/source/devel-extra/jam/FrugalBuild +++ b/source/devel-extra/jam/FrugalBuild @@ -3,13 +3,14 @@ pkgname=jam pkgver=2.5 -pkgrel=3 +pkgrel=4 pkgdesc="Just Another Make - advanced make replacement" url="http://www.perforce.com/jam/jam.html" depends=('glibc') groups=('devel-extra') archs=('x86_64' 'i686') -up2date="lynx -dump ftp://ftp.perforce.com/jam/ |grep jam-[0-9\.]*.tar|tail -n 1|sed -ne 's/.*-\(.*\).t.*/\1/;1 p'" +up2date="$pkgver" +#up2date="lynx -dump ftp://ftp.perforce.com/jam/ |grep jam-[0-9\.]*.tar|tail -n 1|sed -ne 's/.*-\(.*\).t.*/\1/;1 p'" source=(ftp://ftp.perforce.com/$pkgname/$pkgname-$pkgver.tar \ jam-2.5-cxx.patch \ jam-2.5-amd64.patch \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
