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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 6 11:15:01 UTC 2010


    Date: Sunday, June 6, 2010 @ 07:15:01
  Author: andyrtr
Revision: 81849

upgpkg: lftp 4.0.8-1
new version 4.0.8

Modified:
  lftp/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-05 21:06:46 UTC (rev 81848)
+++ PKGBUILD	2010-06-06 11:15:01 UTC (rev 81849)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=lftp
-pkgver=4.0.7
+pkgver=4.0.8
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
@@ -14,13 +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=('a40e4518fc477c82ffcc5b04d9ff64ff')
+md5sums=('02db04d2dd93596d45a0dde1470c2292')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-gnutls \
 	--without-openssl --disable-static
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
   rm -rf ${pkgdir}/usr/lib
-}
+}
\ No newline at end of file




More information about the arch-commits mailing list