Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f40c1b2580b85c6f413dcff80f25f2267f3041f5
commit f40c1b2580b85c6f413dcff80f25f2267f3041f5 Author: DeX77 <[email protected]> Date: Wed Dec 21 13:54:21 2016 +0100 apache-ant-1.9.7-1-x86_64 * version bump diff --git a/source/devel-extra/apache-ant/FrugalBuild b/source/devel-extra/apache-ant/FrugalBuild index 2c6096e..0846e29 100644 --- a/source/devel-extra/apache-ant/FrugalBuild +++ b/source/devel-extra/apache-ant/FrugalBuild @@ -2,17 +2,18 @@ # Maintainer: Miklos Vajna <[email protected]> pkgname=apache-ant -pkgver=1.9.6 +pkgver=1.9.7 pkgrel=1 pkgdesc="Ant is a Java-based build tool." url="http://ant.apache.org" groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('x86_64') +depends=('openjre') Finclude openjava up2date="lynx -dump $url/srcdownload.cgi|grep bz2$|sed 's/.*-\(.*\)-.*/\1/'" #we need to boostrap this with binary junit as junit depends on this #this should be kept in sync with junit version -junit_ver="4.10" +junit_ver="4.12" source=(http://www.apache.org/dist/ant/source/apache-ant-$pkgver-src.tar.gz \ http://repo1.maven.org/maven2/junit/junit/${junit_ver}/junit-${junit_ver}.jar) signatures=($source.asc '') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
