summaryrefslogtreecommitdiff
path: root/extra/lftp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lftp/PKGBUILD')
-rw-r--r--extra/lftp/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/lftp/PKGBUILD b/extra/lftp/PKGBUILD
index ea2cdc9ea..9d6485d4d 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 <andyrtr@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=lftp
-pkgver=4.4.1
+pkgver=4.4.2
pkgrel=1
pkgdesc="Sophisticated command line based FTP client"
arch=('i686' 'x86_64' 'mips64el')
@@ -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
}