diff --git a/extra/help2man/PKGBUILD b/extra/help2man/PKGBUILD index 081c92af0..7300f2cc7 100644 --- a/extra/help2man/PKGBUILD +++ b/extra/help2man/PKGBUILD @@ -5,10 +5,8 @@ # ALARM: Kevin Mihelich # - 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}"