diff options
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" |