From 81041b343a79bfe897ce8a079f5a902d170e8281 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 5 Apr 2017 14:05:24 +0000 Subject: main/ncftp: disable til upstream has sorted out the duplicate 3.2.6 upstream has apparently released two different tarball as version 3.2.6. Disable the package til we have figured out how to handle this. --- main/ncftp/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/ncftp/APKBUILD b/main/ncftp/APKBUILD index 59f9848018..4e58fca021 100644 --- a/main/ncftp/APKBUILD +++ b/main/ncftp/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.2.6 pkgrel=0 pkgdesc="A set of free application programs implementing FTP" url="http://www.ncftp.com/" -arch="all" +arch="" license="custom" makedepends="ncurses-dev" source="ftp://ftp.$pkgname.com/$pkgname/$pkgname-$pkgver-src.tar.xz @@ -23,7 +23,7 @@ build () { --sysconfdir=/etc \ --mandir=/usr/share/man \ || return 1 - + cd "$builddir"/libncftp make shared || return 1 cd "$builddir" || return 1 -- cgit v1.2.3