diff options
Diffstat (limited to 'community/unbound/PKGBUILD')
-rw-r--r-- | community/unbound/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 8f0ff6668..9e866e24e 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -8,7 +8,7 @@ pkgname=unbound pkgver=1.4.14 pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://unbound.net/' license=('custom:BSD') options=('!libtool') |