diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-01-12 07:16:52 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-12 07:16:52 -0600 |
commit | ffd9b4d4c06787418754013f906f3e13fdf1173c (patch) | |
tree | 24843418b67a1186e3e2a338050e05e0ad7d7e6d | |
parent | e9390e3b93fb19924d79ded92a9b3dec403b17b3 (diff) | |
download | aports-fcolista-ffd9b4d4c06787418754013f906f3e13fdf1173c.tar.bz2 aports-fcolista-ffd9b4d4c06787418754013f906f3e13fdf1173c.tar.xz |
testing/jwhois: get rid of redundant $arch
-rw-r--r-- | testing/jwhois/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/jwhois/APKBUILD b/testing/jwhois/APKBUILD index 4bcfed7ff6..d2fbc460c0 100644 --- a/testing/jwhois/APKBUILD +++ b/testing/jwhois/APKBUILD @@ -1,10 +1,9 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=jwhois pkgver=4.0 -pkgrel=0 +pkgrel=1 pkgdesc="WHOIS/RWHOIS client" url="http://www.gnu.org/software/jwhois/" -arch="x86 x86_64" license="GPL" depends= makedepends="libiconv-dev autoconf automake libtool" |