apache-ant: replace noarch="yes" with archs=noarch

This commit is contained in:
maxice8 2019-03-14 18:05:50 -03:00
parent 580ce4c427
commit 76fd4b00db
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 1 deletions

View File

@ -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
}