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 35c4efb62..7afa1252e 100644 --- a/community/leafnode/PKGBUILD +++ b/community/leafnode/PKGBUILD @@ -5,7 +5,7 @@ pkgname=leafnode pkgver=1.11.8 pkgrel=4 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') |