diff options
Diffstat (limited to 'community/ldns')
-rw-r--r-- | community/ldns/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ldns/PKGBUILD b/community/ldns/PKGBUILD index 6e28bc429..49febb4d2 100644 --- a/community/ldns/PKGBUILD +++ b/community/ldns/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ldns pkgver=1.6.11 pkgrel=1 pkgdesc='Fast DNS library with DNSSEC support, including tools such as Drill' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.nlnetlabs.nl/projects/ldns/' license=('custom:BSD') depends=('openssl') |