From 3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Feb 2013 00:06:56 -0800 Subject: Mon Feb 4 00:06:56 PST 2013 --- extra/lftp/PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'extra/lftp') diff --git a/extra/lftp/PKGBUILD b/extra/lftp/PKGBUILD index 97246248d..c127b4448 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 176314 2013-01-29 15:39:14Z andyrtr $ +# $Id: PKGBUILD 176998 2013-02-03 16:13:46Z andyrtr $ # Maintainer: Andreas Radke # Contributor: Aaron Griffin pkgname=lftp -pkgver=4.4.1 +pkgver=4.4.2 pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64') @@ -12,16 +12,16 @@ depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh') optdepends=('perl: needed for convert-netscape-cookies and verify-file') url="http://lftp.yar.ru/" backup=('etc/lftp.conf') -source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2 - lftp-4.3.8-gets.patch) -md5sums=('1a6de8e3922ffb51ec21642e51744b02' - '77168a7f368b07eec7e079b55496fa97') +source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2) +md5sums=('8e974cd87c9d4362031f61351cfe742e') build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np1 -i ${srcdir}/lftp-4.3.8-gets.patch - ./configure --prefix=/usr --with-gnutls \ - --without-openssl --disable-static + ./configure --prefix=/usr \ + --with-gnutls \ + --without-openssl \ + --without-included-regex \ + --disable-static make } -- cgit v1.2.3-54-g00ecf