diff options
Diffstat (limited to 'community/nzbget/PKGBUILD')
-rw-r--r-- | community/nzbget/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD index 061f5a5c2..60ca3c6d0 100644 --- a/community/nzbget/PKGBUILD +++ b/community/nzbget/PKGBUILD @@ -6,7 +6,7 @@ pkgname=nzbget pkgver=0.7.0 pkgrel=4 pkgdesc="Download from Usenet using .nzb files" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://nzbget.sourceforge.net/" license=('GPL') depends=('gnutls' 'libpar2' 'libxml2' 'libsigc++' 'libgcrypt') |