From 9eb0125162227d8797f5416baff1bfc6585c161c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 13 Jul 2013 04:27:16 +0000 Subject: [PATCH] extra/help2man to 1.43.3-1 --- extra/help2man/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/help2man/PKGBUILD b/extra/help2man/PKGBUILD index 153bb8e4a..b7dbf10ae 100644 --- a/extra/help2man/PKGBUILD +++ b/extra/help2man/PKGBUILD @@ -6,7 +6,7 @@ # - make install must be run as -j1, mkdir is not thread-safe for whatever reason pkgname=help2man -pkgver=1.41.2 +pkgver=1.43.3 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=('48cb7fa1d9cca2ebea1844694668c8a8') +md5sums=('a84868db7c139238df8add5d86a0b54f') build() { cd "${srcdir}/${pkgname}-${pkgver}"