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 5af689c41..173ddd0f4 100644 --- a/extra/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -11,7 +11,7 @@ _pkgver=9.8.0-P1 pkgrel=3 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') |