diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-21 11:27:08 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-21 11:27:08 -0300 |
commit | 840283e9012eff70d83361c5ae058c4fb855979e (patch) | |
tree | a0f93f9812348b55c9dfbf1cc6b81eba78caf6ee /extra/lftp/PKGBUILD | |
parent | 93c61adf5995517ceecb6308255ff7fb85d59fcb (diff) | |
parent | f02c28de0bbcb85e152fc19d0008805021fe1a33 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ascii/PKGBUILD
extra/gnome-utils/PKGBUILD
extra/libmodplug/PKGBUILD
extra/mkvtoolnix/PKGBUILD
extra/rox/PKGBUILD
extra/totem/PKGBUILD
kde-unstable/calligra/PKGBUILD
multilib/lib32-gtk2/PKGBUILD
multilib/lib32-libcups/PKGBUILD
multilib/zsnes/PKGBUILD
testing/perl-compress-bzip2/PKGBUILD
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 a9200a714..312f139c6 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 121220 2011-04-29 15:00:49Z andyrtr $ +# $Id: PKGBUILD 127768 2011-06-18 10:02:24Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.2.3 +pkgver=4.3.0 pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ 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=('4957f40d55e1bc6985e11244364b8938') +md5sums=('3c6ff88f8c6e93ff90d8e3b054f3b086') build() { cd ${srcdir}/${pkgname}-${pkgver} |