extra/help2man to 1.40.12

This commit is contained in:
Kevin Mihelich 2012-09-01 16:51:59 +00:00
parent e131041cee
commit a45b35ed92

View file

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