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 5632e27d2..f5a42a386 100644 --- a/community/pdns-recursor/PKGBUILD +++ b/community/pdns-recursor/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='PowerDNS recursor' url='https://www.powerdns.com/' license=('GPL') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') depends=('gcc-libs' 'lua51') makedepends=('boost') backup=('etc/powerdns/recursor.conf') |