diff options
author | root <root@rshg054.dnsready.net> | 2012-09-04 00:04:04 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-04 00:04:04 +0000 |
commit | 8b7b4f2e5a808cb0c1226c23469fa57751eba190 (patch) | |
tree | d3b039c682e3991febbfa886b15b31cf09d048b8 /extra/help2man | |
parent | 81de702a6fc79e430129a7d2b708d90f43ae5ba1 (diff) |
Tue Sep 4 00:04:04 UTC 2012
Diffstat (limited to 'extra/help2man')
-rw-r--r-- | extra/help2man/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/help2man/PKGBUILD b/extra/help2man/PKGBUILD index cd789526c..d8e173d35 100644 --- a/extra/help2man/PKGBUILD +++ b/extra/help2man/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 164784 2012-08-05 10:17:22Z giovanni $ +# $Id: PKGBUILD 165837 2012-08-31 19:58:16Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Paul Mattal <paul@mattal.com> pkgname=help2man -pkgver=1.40.11 +pkgver=1.40.12 pkgrel=1 pkgdesc="Conversion tool to create man files" arch=('i686' 'x86_64') @@ -12,7 +12,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}" |