aboutsummaryrefslogtreecommitdiffstats
path: root/main/help2man
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-04 22:53:57 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-05 00:40:20 +0100
commite37f656545abde6369892f46c41a3fa4287a7a3e (patch)
treee213a4367671dcb1a3c173df1d525b5de25ccf4d /main/help2man
parent52b86cd5877839e1d5b4a8839418d97ed538950a (diff)
downloadaports-e37f656545abde6369892f46c41a3fa4287a7a3e.tar.bz2
aports-e37f656545abde6369892f46c41a3fa4287a7a3e.tar.xz
main/help2man: upgrade to 1.47.12
Diffstat (limited to 'main/help2man')
-rw-r--r--main/help2man/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/help2man/APKBUILD b/main/help2man/APKBUILD
index ae83933d13..6a4ae441b2 100644
--- a/main/help2man/APKBUILD
+++ b/main/help2man/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=help2man
-pkgver=1.47.11
+pkgver=1.47.12
pkgrel=0
pkgdesc="Create simple man pages from --help output"
url="https://www.gnu.org/software/help2man"
@@ -12,7 +12,6 @@ subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/help2man/help2man-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,8 +24,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="786a6bd4336c591cfeb0b4f2dc1429f6545e36514e7b238453c91368b8f531c46db2be025f02dc52e6dd8b971d6edbb4ff1a8e1b519f9253a3957ad7157790be help2man-1.47.11.tar.xz"
+sha512sums="fb71e48e4a7a0f4316148295ea539b667a131149f4467da0f3e283389c9d9f2a5f1e9124ca8d64d6c3250d332a713d4e8de204ca9e7088840e74f316fa5221be help2man-1.47.12.tar.xz"