[arch-commits] Commit in lftp/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Nov 29 19:12:51 UTC 2010


    Date: Monday, November 29, 2010 @ 14:12:51
  Author: andyrtr
Revision: 101593

upgpkg: lftp 4.1.1-1
new version 4.1.1

Modified:
  lftp/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-29 18:34:07 UTC (rev 101592)
+++ PKGBUILD	2010-11-29 19:12:51 UTC (rev 101593)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=lftp
-pkgver=4.0.10
+pkgver=4.1.1
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
@@ -14,17 +14,17 @@
 url="http://lftp.yar.ru/"
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('028f14ef845403e6f76acb41f51e908c')
+md5sums=('87717c30869a626cc53817c1c0a585ef')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-gnutls \
 	--without-openssl --disable-static
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
   rm -rf ${pkgdir}/usr/lib
 }
\ No newline at end of file




More information about the arch-commits mailing list