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 ca9efec0f..38dde02e3 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Validating, recursive, and caching DNS resolver' url='http://unbound.net/' license=('custom:BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('openssl' 'ldns') makedepends=('expat') optdepends=('expat: unbound-anchor') |