diff options
Diffstat (limited to 'community/adns')
-rw-r--r-- | community/adns/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/adns/PKGBUILD b/community/adns/PKGBUILD index 3165436a8..4e2dacb81 100644 --- a/community/adns/PKGBUILD +++ b/community/adns/PKGBUILD @@ -5,7 +5,7 @@ pkgname=adns pkgver=1.4 pkgrel=2 pkgdesc="adns is an asyncronous replacement resolver library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.chiark.greenend.org.uk/~ian/adns/" license=('GPL') depends=('glibc') |