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 7453cb70b..1c312b3d5 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -6,7 +6,7 @@ pkgname=unbound pkgver=1.4.10 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') |