extra/help2man to 1.40.6-1

This commit is contained in:
Kevin Mihelich 2012-03-04 13:59:55 -05:00
parent d5ea6df476
commit 747bad22f6
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# $Id: PKGBUILD 146519 2012-01-12 10:34:00Z giovanni $
# $Id: PKGBUILD 151902 2012-03-03 16:12:24Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Paul Mattal <paul@mattal.com>
@ -8,7 +8,7 @@
plugrel=1
pkgname=help2man
pkgver=1.40.5
pkgver=1.40.6
pkgrel=1
pkgdesc="Conversion tool to create man files"
arch=('i686' 'x86_64')
@ -17,7 +17,7 @@ license=('GPL')
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}"
@ -25,7 +25,7 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--libdir=/lib
--libdir=/usr/lib
make
}

View file

@ -8,7 +8,7 @@ post_install() {
}
post_upgrade() {
post_install $1
post_install
}
pre_remove() {