diff options
Diffstat (limited to 'main/wget/APKBUILD')
-rw-r--r-- | main/wget/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index cca767079..d5820473d 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -5,7 +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" +arch="all" license="GPL3" depends= makedepends="openssl-dev" |