diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-07 23:19:36 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-07 23:19:36 -0300 |
commit | a73dd5c830228a85fc975c4c4434b796e9e7858b (patch) | |
tree | a4b5b938456b2a4cc3045a8b8d4fd3117b9277db /extra/lftp/PKGBUILD | |
parent | 3b4c5929151db9bc1ea2e2e4f4ad22fed88a1a34 (diff) | |
parent | 37e364f033ed6db243d6db524075d8c5394c90f9 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gnustep-make/PKGBUILD
extra/foomatic/PKGBUILD
extra/gnutls/PKGBUILD
libre/gstreamer0.10-bad-libre/PKGBUILD
multilib/lib32-gnutls/PKGBUILD
staging/libreoffice/PKGBUILD
testing/udev/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 f2f379f9b..3f5a23d4a 100644 --- a/extra/lftp/PKGBUILD +++ b/extra/lftp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 147995 2012-01-29 15:51:32Z andyrtr $ +# $Id: PKGBUILD 155769 2012-04-06 09:28:27Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=lftp -pkgver=4.3.5 +pkgver=4.3.6 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=('9802867df48fb7c69d92dadf8fa86af6') +md5sums=('1b04a191817ce6c582dc66b3dff09943') build() { cd ${srcdir}/${pkgname}-${pkgver} |