diff options
Diffstat (limited to 'core/ldns/PKGBUILD')
-rw-r--r-- | core/ldns/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ldns/PKGBUILD b/core/ldns/PKGBUILD index 94a25fc7c..44607652a 100644 --- a/core/ldns/PKGBUILD +++ b/core/ldns/PKGBUILD @@ -5,11 +5,11 @@ pkgname=ldns pkgver=1.6.16 -pkgrel=1 +pkgrel=1.1 pkgdesc='Fast DNS library supporting recent RFCs' url='http://www.nlnetlabs.nl/projects/ldns/' license=('custom:BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool') depends=('openssl' 'dnssec-anchors') optdepends=('libpcap: ldns-dpa tool') |