From 593fd017c497c90fc95f280cd2861b0ac43e58a1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 11 Mar 2019 17:33:57 -0300 Subject: [PATCH] apache-ant: fix noarch= --- srcpkgs/apache-ant/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/apache-ant/template b/srcpkgs/apache-ant/template index e2cae16b937..c22901d0553 100644 --- a/srcpkgs/apache-ant/template +++ b/srcpkgs/apache-ant/template @@ -1,16 +1,17 @@ # Template file for 'apache-ant' -pkgname="apache-ant" +pkgname=apache-ant version=1.10.5 revision=1 +archs=noarch +hostmakedepends="openjdk" +depends="virtual?java-runtime" short_desc="Java library and command-line tool that help building software" maintainer="Enno Boland " license="Apache License" homepage="http://ant.apache.org" distfiles="http://mirror.dkd.de/apache/ant/source/apache-ant-${version}-src.tar.xz" checksum=ec7c704e22a2b0167e1ff35cc3d4198267e6489f142aa3e9da1b7fe6e39ff53d -hostmakedepends="openjdk" -depends="virtual?java-runtime" -noarch="yes" + nocross=yes _prefix=usr/share/apache-ant