Date: Saturday, March 3, 2012 @ 11:12:02
  Author: giovanni
Revision: 151901

upgpkg: help2man 1.40.6-1

upstream release

Modified:
  help2man/trunk/PKGBUILD
  help2man/trunk/help2man.install

------------------+
 PKGBUILD         |    6 +++---
 help2man.install |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-03-03 16:06:41 UTC (rev 151900)
+++ PKGBUILD    2012-03-03 16:12:02 UTC (rev 151901)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal <p...@mattal.com>
 
 pkgname=help2man
-pkgver=1.40.5
+pkgver=1.40.6
 pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-locale-gettext')
 install=help2man.install
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('75a7d2f93765cd367aab98986a75f88c')
+md5sums=('f9ff9c6e65c74a0763596a7ca2b69aa7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr \
               --mandir=/usr/share/man \
              --infodir=/usr/share/info \
-             --libdir=/lib
+             --libdir=/usr/lib
   make
 }
 

Modified: help2man.install
===================================================================
--- help2man.install    2012-03-03 16:06:41 UTC (rev 151900)
+++ help2man.install    2012-03-03 16:12:02 UTC (rev 151901)
@@ -8,7 +8,7 @@
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
 pre_remove() {

Reply via email to