diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-04-27 21:06:26 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-05 19:23:38 +0000 |
commit | b7fb3f3d8e0514f17ebbd3e0610f5fbd6c10297e (patch) | |
tree | cc608004daa7fadd25d2eef6873dbcd1bde463ee /main/help2man | |
parent | ac433185312a335d4ba94a4f6624fa4bc9320391 (diff) | |
download | aports-b7fb3f3d8e0514f17ebbd3e0610f5fbd6c10297e.tar.bz2 aports-b7fb3f3d8e0514f17ebbd3e0610f5fbd6c10297e.tar.xz |
main/help2man: upgrade to 1.47.10
Diffstat (limited to 'main/help2man')
-rw-r--r-- | main/help2man/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/help2man/APKBUILD b/main/help2man/APKBUILD index 8b8a70fd6a..89571aedcf 100644 --- a/main/help2man/APKBUILD +++ b/main/help2man/APKBUILD @@ -1,16 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=help2man -pkgver=1.47.8 +pkgver=1.47.10 pkgrel=0 pkgdesc="Create simple man pages from --help output" url="https://www.gnu.org/software/help2man" arch="noarch" license="GPL-3.0-or-later" depends="perl" -makedepends="" options="!check" # No test suite subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/gnu/help2man/help2man-$pkgver.tar.xz" +source="http://ftp.gnu.org/gnu/help2man/help2man-$pkgver.tar.xz" build() { cd "$builddir" @@ -30,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="05e420560b143042418db2e992beaef45cc5a568cdbf640c7b285ba2dc322290d14e0df978ff4c412a99f4346e38f6fb9796ebda695ddc002a3d0e74e85725d6 help2man-1.47.8.tar.xz" +sha512sums="071383f38fb5264137200439a460e70298fc23d88069a96f150bf50a4e2a08d1d5d29555053b0ea36c809eec8484c4432b55d7d0bddd68f33b07b1abb97556ff help2man-1.47.10.tar.xz" |