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 8d0ac39a9..94f01733a 100644 --- a/community/nzbget/PKGBUILD +++ b/community/nzbget/PKGBUILD @@ -5,7 +5,7 @@ pkgname=nzbget pkgver=0.7.0 pkgrel=2 pkgdesc="Downloads from Usenet using .nzb files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nzbget.sourceforge.net/" license=('GPL') depends=('gnutls' 'libpar2' 'libxml2' 'ncurses') |