diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-30 22:46:25 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-30 22:51:25 +0200 |
commit | f75be6450cd7036039ef4dbe37b82fa7604f0ef5 (patch) | |
tree | 112d41f85836126163d61d04138baf9e0e09e1d1 /community/apache-ant | |
parent | 97e9d140eddc92503d2c33766bf9b7d120285b44 (diff) | |
download | aports-f75be6450cd7036039ef4dbe37b82fa7604f0ef5.tar.bz2 aports-f75be6450cd7036039ef4dbe37b82fa7604f0ef5.tar.xz |
community/apache-ant: enable for all archs
openjdk8 is now built for all archs
Diffstat (limited to 'community/apache-ant')
-rw-r--r-- | community/apache-ant/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/apache-ant/APKBUILD b/community/apache-ant/APKBUILD index 207942a209..01a1c2188f 100644 --- a/community/apache-ant/APKBUILD +++ b/community/apache-ant/APKBUILD @@ -3,10 +3,10 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=apache-ant pkgver=1.9.7 -pkgrel=0 +pkgrel=1 pkgdesc="A java-based build tool." url="http://ant.apache.org/" -arch="x86_64 x86" +arch="noarch" license="ASL-2.0" depends="openjdk8-jre-base" makedepends="" |