diff options
Diffstat (limited to 'community/adns/PKGBUILD')
-rw-r--r-- | community/adns/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/adns/PKGBUILD b/community/adns/PKGBUILD index 067c928f4..1ccd12a8e 100644 --- a/community/adns/PKGBUILD +++ b/community/adns/PKGBUILD @@ -5,9 +5,9 @@ pkgname=adns pkgver=1.4 -pkgrel=3 +pkgrel=3.1 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') |