help2man: Add version 1.47.8 and perl runtime dependency (#10862)

This commit is contained in:
Eric Martin 2019-03-13 09:11:45 -05:00 committed by Massimiliano Culpo
parent 7d50567423
commit 6a87b6215f

View File

@ -13,7 +13,8 @@ class Help2man(AutotoolsPackage):
homepage = "https://www.gnu.org/software/help2man/"
url = "https://ftpmirror.gnu.org/help2man/help2man-1.47.4.tar.xz"
version('1.47.8', sha256='528f6a81ad34cbc76aa7dce5a82f8b3d2078ef065271ab81fda033842018a8dc')
version('1.47.4', '544aca496a7d89de3e5d99e56a2f03d3')
depends_on('gettext', type='build')
depends_on('perl', type='build')
depends_on('perl', type=('build', 'run'))