help2man: Update to 1.46.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname=help2man
|
||||
pkgver=1.44.1
|
||||
pkgver=1.46.1
|
||||
pkgrel=1
|
||||
pkgdesc="Conversion tool to create man files"
|
||||
arch=('i686' 'x86_64')
|
||||
@@ -11,8 +11,8 @@ groups=('base-devel')
|
||||
depends=('perl-Locale-Gettext' 'libintl')
|
||||
install=help2man.install
|
||||
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"
|
||||
1.40.4-cygwin-nls.patch)
|
||||
md5sums=('a5dc6530340b41f0e492d400670dd7ae'
|
||||
1.40.4-cygwin-nls.patch)
|
||||
md5sums=('63b8f14a81ce28ba119d588d00c63f43'
|
||||
'dcd0c0843e177d264f4199e4ea84d142')
|
||||
|
||||
prepare() {
|
||||
@@ -23,16 +23,16 @@ prepare() {
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
./configure --build=${CHOST} \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--libdir=/usr/lib
|
||||
make -j1
|
||||
./configure \
|
||||
--build=${CHOST} \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--libdir=/usr/lib
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user