diff options
Diffstat (limited to 'community/leafnode/PKGBUILD')
-rw-r--r-- | community/leafnode/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/leafnode/PKGBUILD b/community/leafnode/PKGBUILD index 0b96590ab..06ddb1d8b 100644 --- a/community/leafnode/PKGBUILD +++ b/community/leafnode/PKGBUILD @@ -6,7 +6,7 @@ pkgname=leafnode pkgver=1.11.8 pkgrel=1 pkgdesc="implements a store & forward NNTP proxy (client and server) with IPv4 and IPv6" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://leafnode.sourceforge.net/" depends=(pcre xinetd) license=('GPL') |