diff options
Diffstat (limited to 'extra/ncftp/PKGBUILD')
-rw-r--r-- | extra/ncftp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ncftp/PKGBUILD b/extra/ncftp/PKGBUILD index 921f49e52..856996539 100644 --- a/extra/ncftp/PKGBUILD +++ b/extra/ncftp/PKGBUILD @@ -9,7 +9,7 @@ pkgver=3.2.5 pkgrel=1 pkgdesc="A set of free application programs implementing FTP" url="http://www.ncftp.com/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') depends=('ncurses') source=("ftp://ftp.ncftp.com/ncftp/$pkgname-$pkgver-src.tar.bz2") |