From 76fd4b00dbe278a23408238c5725bd3648b57b45 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 14 Mar 2019 18:05:50 -0300 Subject: [PATCH] apache-ant: replace noarch="yes" with archs=noarch --- srcpkgs/apache-ant/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/apache-ant/template b/srcpkgs/apache-ant/template index c22901d0553..8c0b83b09df 100644 --- a/srcpkgs/apache-ant/template +++ b/srcpkgs/apache-ant/template @@ -41,7 +41,7 @@ do_install() { apache-ant-doc_package() { short_desc+=" - documentation" depends="${sourcepkg}>=${version}_${revision}" - noarch="yes" + archs=noarch pkg_install() { vmove $_prefix/manual }