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