diff options
Diffstat (limited to 'community/nsd/PKGBUILD')
-rw-r--r-- | community/nsd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD index bc40dcfb8..cf9d0322e 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Authoritative only, high performance and simple DNS server' url='http://www.nlnetlabs.nl/nsd/' license=('BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('openssl' 'libevent') makedepends=('flex') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz" |