diff options
Diffstat (limited to 'community/pdns-recursor/PKGBUILD')
-rw-r--r-- | community/pdns-recursor/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD index 19e4172e7..2e7c4248c 100644 --- a/community/pdns-recursor/PKGBUILD +++ b/community/pdns-recursor/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=6 pkgdesc='PowerDNS recursor' url='http://www.powerdns.com' license=('GPL') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') depends=('gcc-libs') # 'lua') makedepends=('boost') backup=('etc/powerdns/recursor.conf') |