diff options
Diffstat (limited to 'extra/lftp/PKGBUILD')
-rw-r--r-- | extra/lftp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/lftp/PKGBUILD b/extra/lftp/PKGBUILD index b66b9963a..9e890ef91 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 178842 2013-02-27 16:20:48Z andyrtr $ +# $Id: PKGBUILD 180226 2013-03-18 16:47:18Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.4.4 +pkgver=4.4.5 pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ 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) -md5sums=('f1fa7aec113219952d18e4dd87d531ca') +md5sums=('a8abdc87a00174571908ffaf5cdffd45') build() { cd ${srcdir}/${pkgname}-${pkgver} |