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 a567d0e8f..e0df8bcc5 100644 --- a/extra/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the DNS protocols' url='http://www.isc.org/software/bind/' license=('custom:ISC') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!makeflags' '!libtool') depends=('openssl' 'krb5' 'libxml2') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" |