From bcc101afb3cf6395a7cf981001a77a64b80a9f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 21 Nov 2020 16:31:38 +0700 Subject: [PATCH] apache-ant: remove noarch --- srcpkgs/apache-ant/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/apache-ant/template b/srcpkgs/apache-ant/template index 80a738985a0..a4ec359fe20 100644 --- a/srcpkgs/apache-ant/template +++ b/srcpkgs/apache-ant/template @@ -1,15 +1,14 @@ # Template file for 'apache-ant' pkgname=apache-ant version=1.10.8 -revision=1 -archs=noarch +revision=2 hostmakedepends="openjdk8" depends="virtual?java-runtime" short_desc="Java library and command-line tool that help building software" maintainer="Enno Boland " license="Apache-2.0" -homepage="http://ant.apache.org" -distfiles="http://mirror.dkd.de/apache/ant/source/apache-ant-${version}-src.tar.xz" +homepage="https://ant.apache.org" +distfiles="https://archive.apache.org/dist/ant/source/apache-ant-${version}-src.tar.xz" checksum=40570314bad3b46abe4ee0669a8f8feb56fe767f1642a801fa7fd4fafcd362ca python_version=2 # only script uses python2-isms like print "" @@ -42,7 +41,6 @@ do_install() { apache-ant-doc_package() { short_desc+=" - documentation" depends="${sourcepkg}>=${version}_${revision}" - archs=noarch pkg_install() { vmove $_prefix/manual }