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