summaryrefslogtreecommitdiffstats
path: root/abs/extra/help2man
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 19:49:18 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 19:49:18 (GMT)
commitd89685bb8e968e9818c11e8fec026af9a4f5dea3 (patch)
tree3482b9e5e1672aced99ad569de21771e75a5847f /abs/extra/help2man
parent088f792f8ca8dedc7944bbdf6130468f64728eb1 (diff)
downloadlinhes_pkgbuild-d89685bb8e968e9818c11e8fec026af9a4f5dea3.zip
linhes_pkgbuild-d89685bb8e968e9818c11e8fec026af9a4f5dea3.tar.gz
linhes_pkgbuild-d89685bb8e968e9818c11e8fec026af9a4f5dea3.tar.bz2
help2man 1.40.10
Diffstat (limited to 'abs/extra/help2man')
-rw-r--r--abs/extra/help2man/PKGBUILD8
-rw-r--r--abs/extra/help2man/help2man.install2
2 files changed, 5 insertions, 5 deletions
diff --git a/abs/extra/help2man/PKGBUILD b/abs/extra/help2man/PKGBUILD
index fff2829..2b4176a 100644
--- a/abs/extra/help2man/PKGBUILD
+++ b/abs/extra/help2man/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id$
+# $Id: PKGBUILD 160650 2012-06-03 07:59:58Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Paul Mattal <paul@mattal.com>
pkgname=help2man
-pkgver=1.40.4
+pkgver=1.40.10
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=('4d79dc7cb7c20019c2a3650d35259c45')
+md5sums=('7181a363af41e0f476dd81f36b105a8e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,7 +20,7 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --libdir=/lib
+ --libdir=/usr/lib
make
}
diff --git a/abs/extra/help2man/help2man.install b/abs/extra/help2man/help2man.install
index ab6585b..815a943 100644
--- a/abs/extra/help2man/help2man.install
+++ b/abs/extra/help2man/help2man.install
@@ -8,7 +8,7 @@ post_install() {
}
post_upgrade() {
- post_install $1
+ post_install
}
pre_remove() {