diff options
Diffstat (limited to 'main/wget/APKBUILD')
-rw-r--r-- | main/wget/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index 55285c1fe3..cca7670798 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -5,6 +5,7 @@ pkgver=1.12 pkgrel=2 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" +arch="x86 x86_64" license="GPL3" depends= makedepends="openssl-dev" |