diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-19 11:02:18 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-19 11:02:18 +0200 |
commit | 4f22a5c482279b73ed0140e8962f75169f9b3e57 (patch) | |
tree | 1369f17af7242f30a62b7ffbacd138a7978821fd /extra/lftp | |
parent | 63b47d2adad6c3c625196b2717bbd42283e9bb79 (diff) | |
parent | 9a30c3d0083b8330b1aa6c0f89245e68ae762ee5 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libgdamm/PKGBUILD
community/mingetty/PKGBUILD
extra/cups/PKGBUILD
extra/xorg-appres/PKGBUILD
extra/xorg-xrefresh/PKGBUILD
extra/xorg-xwininfo/PKGBUILD
Diffstat (limited to 'extra/lftp')
-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 8cb92af07..f77cf1333 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 180226 2013-03-18 16:47:18Z andyrtr $ +# $Id: PKGBUILD 185764 2013-05-18 14:49:17Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.4.5 +pkgver=4.4.6 pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64' 'mips64el') @@ -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=('a8abdc87a00174571908ffaf5cdffd45') +md5sums=('377cc2caa2fc92755160270768e51604') build() { cd ${srcdir}/${pkgname}-${pkgver} |