diff options
Diffstat (limited to 'extra/pdns')
-rw-r--r-- | extra/pdns/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pdns/PKGBUILD b/extra/pdns/PKGBUILD index 9506deee3..f59ea8a3a 100644 --- a/extra/pdns/PKGBUILD +++ b/extra/pdns/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pdns pkgver=2.9.22 pkgrel=7 pkgdesc="A modern, advanced and high performance authoritative-only nameserver" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.powerdns.com" license=('GPL') depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite3' 'libldap') |