summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lftp/.md5sum2
-rw-r--r--lftp/Pkgfile5
2 files changed, 4 insertions, 3 deletions
diff --git a/lftp/.md5sum b/lftp/.md5sum
index e37f825c1..6c7d01c47 100644
--- a/lftp/.md5sum
+++ b/lftp/.md5sum
@@ -1 +1 @@
-c6d48782cdad4759000bf7cd24555723 lftp-3.5.1.tar.bz2
+9f40e9963de53c111d676171b9f810cd lftp-3.5.2.tar.bz2
diff --git a/lftp/Pkgfile b/lftp/Pkgfile
index 63adc745f..63f5d1f4b 100644
--- a/lftp/Pkgfile
+++ b/lftp/Pkgfile
@@ -4,13 +4,14 @@
# Depends on: openssl
name=lftp
-version=3.5.1
+version=3.5.2
release=1
source=(http://ftp.yars.free.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
- ./configure --prefix=/usr --disable-nls --with-openssl=/usr
+ ./configure --prefix=/usr --disable-nls --with-openssl=/usr \
+ --mandir=/usr/man
make -C src confpaths.h

Generated by cgit