diff options
Diffstat (limited to 'extra/bind')
-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 b80c5a332..b9acf0d7d 100644 --- a/extra/bind/PKGBUILD +++ b/extra/bind/PKGBUILD @@ -13,7 +13,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') depends=('openssl' 'krb5' 'libxml2') options=('!makeflags' '!libtool') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" |