diff --git a/lftp/.md5sum b/lftp/.md5sum index e797000d0..40c4a2f2d 100644 --- a/lftp/.md5sum +++ b/lftp/.md5sum @@ -1 +1 @@ -ae32e290b096d50856129b45a99411dc lftp-4.3.0.tar.xz +ccef0f84416fc964b7b8a5e3f2e87631 lftp-4.3.1.tar.xz diff --git a/lftp/Pkgfile b/lftp/Pkgfile index c46b34afa..6ed2a5edc 100644 --- a/lftp/Pkgfile +++ b/lftp/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=lftp -version=4.3.0 +version=4.3.1 release=1 source=(ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/$name-$version.tar.xz) @@ -14,8 +14,8 @@ build() { ./configure --prefix=/usr --disable-nls --with-openssl=/usr \ --mandir=/usr/man --sysconfdir=/usr/etc - make - make DESTDIR=$PKG install + make -j 1 + make -j 1 DESTDIR=$PKG install rm -r $PKG/usr/lib }