diff options
Diffstat (limited to 'extra/bind/PKGBUILD')
-rw-r--r-- | extra/bind/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bind/PKGBUILD b/extra/bind/PKGBUILD index 851c25f4e..24049772c 100644 --- a/extra/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -10,7 +10,7 @@ _pkgver=9.8.0 pkgrel=1 pkgdesc='Berkeley Internet Name Daemon (BIND) is the reference implementation of the Domain Name System (DNS) protocols' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.isc.org/software/bind/' license=('custom:ISC') provides=('dns-server') |