extra/help2man to 1.40.13-1

This commit is contained in:
Kevin Mihelich 2012-12-13 03:32:50 +00:00
parent 6cd5bf0a70
commit b62b86536d

View file

@ -6,7 +6,7 @@
# - make install must be run as -j1, mkdir is not thread-safe for whatever reason
pkgname=help2man
pkgver=1.40.12
pkgver=1.40.13
pkgrel=1
pkgdesc="Conversion tool to create man files"
arch=('i686' 'x86_64')
@ -15,7 +15,7 @@ license=('GPL')
depends=('perl-locale-gettext')
install=help2man.install
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('6a37675ce2b0897cd8c6c19106e510a3')
md5sums=('ecbc98f1f146e404e85d7bef520b34d8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"