diff options
Diffstat (limited to 'extra/ncftp/PKGBUILD')
-rw-r--r-- | extra/ncftp/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/ncftp/PKGBUILD b/extra/ncftp/PKGBUILD index 2dd02c5f2..7b423ebd1 100644 --- a/extra/ncftp/PKGBUILD +++ b/extra/ncftp/PKGBUILD @@ -9,7 +9,7 @@ pkgver=3.2.5 pkgrel=2 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") @@ -32,3 +32,4 @@ package() { install -Dm644 doc/LICENSE.txt \ ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE } +md5sums=('b05c7a6d5269c04891f02f43d4312b30') |