summaryrefslogtreecommitdiff
path: root/help2man/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-02-22 19:45:43 +1100
committerDanny Rawlins <monster.romster@gmail.com>2019-02-22 19:45:43 +1100
commit3705888ae8134e9591fb35fb30100a28d82c2634 (patch)
treec738da8a99a60eebbe56d061b2a39a7d2ee0aaec /help2man/Pkgfile
parentb058144e0c16803e5400a3dcf991cdca002e98d6 (diff)
downloadcontrib-3705888ae8134e9591fb35fb30100a28d82c2634.tar.gz
contrib-3705888ae8134e9591fb35fb30100a28d82c2634.tar.xz
help2man: 1.41.1 -> 1.47.8
Diffstat (limited to 'help2man/Pkgfile')
-rw-r--r--help2man/Pkgfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/help2man/Pkgfile b/help2man/Pkgfile
index b835c9764..3b027eab8 100644
--- a/help2man/Pkgfile
+++ b/help2man/Pkgfile
@@ -1,19 +1,18 @@
# Description: A tool for automatically generating simple manual pages from program output.
-# URL: http://www.gnu.org/software/help2man/
+# URL: https://www.gnu.org/software/help2man/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Younes Hafri, ycrux at club-internet dot fr
name=help2man
-version=1.41.1
+version=1.47.8
release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
+source=(https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
- --mandir=/usr/man \
+ --mandir=/usr/share/man \
--disable-nls
make
@@ -22,7 +21,6 @@ build() {
rm -rf $PKG/usr/share/info
rmdir \
- $PKG/usr/share \
$PKG/usr/lib/help2man \
$PKG/usr/lib
}

Generated by cgit