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 9d34dc6dc..b6e6ea92e 100644 --- a/extra/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -11,7 +11,7 @@ _pkgver=9.8.0-P4 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') |