diff options
Diffstat (limited to 'community/ldns/PKGBUILD')
-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 df63e9f89..92b21b528 100644 --- a/community/ldns/PKGBUILD +++ b/community/ldns/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ldns pkgver=1.6.10 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') |