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 ef11a6dc1..557d160aa 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=nsd pkgver=3.2.8 pkgrel=1 pkgdesc='Authoritative only, high performance and simple DNS server' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.nlnetlabs.nl/nsd/' license=('BSD') depends=('openssl') |