summaryrefslogtreecommitdiffstats
path: root/abs/extra/help2man/PKGBUILD
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-06 08:08:08 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-06 08:08:08 (GMT)
commit5682957686bc461e19d7a38b0436b83007b6b8d4 (patch)
tree2a6b2e777401c617dd236cd5f32a670c1a48e174 /abs/extra/help2man/PKGBUILD
parent7ae65bbcf4d2e217d2fc48996f9c2c944d47982a (diff)
downloadlinhes_pkgbuild-5682957686bc461e19d7a38b0436b83007b6b8d4.zip
linhes_pkgbuild-5682957686bc461e19d7a38b0436b83007b6b8d4.tar.gz
linhes_pkgbuild-5682957686bc461e19d7a38b0436b83007b6b8d4.tar.bz2
help2man:bumped to latest.
Diffstat (limited to 'abs/extra/help2man/PKGBUILD')
-rw-r--r--abs/extra/help2man/PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/abs/extra/help2man/PKGBUILD b/abs/extra/help2man/PKGBUILD
index f03c47c..c9dc9fb 100644
--- a/abs/extra/help2man/PKGBUILD
+++ b/abs/extra/help2man/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id$
+# $Id: PKGBUILD 83522 2010-06-21 22:45:22Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Paul Mattal <paul@mattal.com>
pkgname=help2man
-pkgver=1.38.4
+pkgver=1.38.2
pkgrel=1
pkgdesc="Conversion tool to create man files"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://www.gnu.org/software/help2man/"
license=('GPL')
depends=('perl-locale-gettext')
source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1441847905ca8e6b7d63def44c3be01e')
+md5sums=('426671c6fe79e5ef2233303367eab5a6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,10 +21,5 @@ build() {
--infodir=/usr/share/info \
--libdir=/lib
make || return 1
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install || return 1
}
-