summaryrefslogtreecommitdiff
path: root/extra/lftp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lftp/PKGBUILD')
-rw-r--r--extra/lftp/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/lftp/PKGBUILD b/extra/lftp/PKGBUILD
index 3f5a23d4a..e04ad0065 100644
--- a/extra/lftp/PKGBUILD
+++ b/extra/lftp/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 155769 2012-04-06 09:28:27Z andyrtr $
+# $Id: PKGBUILD 160201 2012-05-30 18:58:58Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=lftp
-pkgver=4.3.6
+pkgver=4.3.7
pkgrel=1
pkgdesc="Sophisticated command line based FTP client"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-makedepends=('autoconf')
+#makedepends=('autoconf')
url="http://lftp.yar.ru/"
backup=('etc/lftp.conf')
source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1b04a191817ce6c582dc66b3dff09943')
+md5sums=('7216925813c7b09d22b54340b98daf7f')
build() {
cd ${srcdir}/${pkgname}-${pkgver}