diff options
Diffstat (limited to 'core/wget/PKGBUILD')
-rw-r--r-- | core/wget/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/wget/PKGBUILD b/core/wget/PKGBUILD index bb30e7e22..941e89846 100644 --- a/core/wget/PKGBUILD +++ b/core/wget/PKGBUILD @@ -4,9 +4,9 @@ pkgname=wget pkgver=1.13.4 -pkgrel=1 +pkgrel=1.1 pkgdesc="A network utility to retrieve files from the Web" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/wget/wget.html" license=('GPL3') groups=('base') |