help2man: Update to 1.46.2

This commit is contained in:
Masanori Shirayama 2014-09-09 16:54:06 +09:00
parent f86c715375
commit 84471c6f4a

View File

@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=help2man
pkgver=1.46.1
pkgver=1.46.2
pkgrel=1
pkgdesc="Conversion tool to create man files"
arch=('i686' 'x86_64')
@ -10,14 +10,16 @@ license=('GPL')
groups=('base-devel')
depends=('perl-Locale-Gettext' 'libintl')
install=help2man.install
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
1.40.4-cygwin-nls.patch)
md5sums=('63b8f14a81ce28ba119d588d00c63f43'
'dcd0c0843e177d264f4199e4ea84d142')
sha256sums=('92191decc8c324c88bfec5e989d13108f22ed135d794bde2b3b802ffe3650311'
'82e3a8507a08f409a05d94c2538e006fd77370d3813237780a4b7368c308438b'
'793aec1da9465ed1ddbe34ef178f753a17b3b183382e5f5baeadd6e88bee9f92')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p2 -i ${srcdir}/1.40.4-cygwin-nls.patch
autoreconf -ivf
}
build() {