diff options
Diffstat (limited to 'community/pdnsd/PKGBUILD')
-rw-r--r-- | community/pdnsd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD index b6c872299..593894619 100644 --- a/community/pdnsd/PKGBUILD +++ b/community/pdnsd/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.2.9.a _pkgver=${pkgver/.a/a} pkgrel=1 pkgdesc="Proxy DNS server with permanent caching" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://members.home.nl/p.a.rombouts/pdnsd/" license=('GPL') depends=('glibc') |