Date: Wednesday, April 6, 2016 @ 08:41:06 Author: arojas Revision: 263936
Update to 1.47.3 Modified: help2man/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-06 06:32:47 UTC (rev 263935) +++ PKGBUILD 2016-04-06 06:41:06 UTC (rev 263936) @@ -3,7 +3,7 @@ # Contributor: Paul Mattal <[email protected]> pkgname=help2man -pkgver=1.46.4 +pkgver=1.47.3 pkgrel=1 pkgdesc="Conversion tool to create man files" arch=('i686' 'x86_64') @@ -11,8 +11,10 @@ license=('GPL') depends=('perl-locale-gettext') install=help2man.install -source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz") -md5sums=('a1b7fe49eddae8a2537ed74ee9ef11cb') +source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0' + 'SKIP') +validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <[email protected]> build() { cd "${srcdir}/${pkgname}-${pkgver}"
