[arch-commits] Commit in help2man/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Wed Feb 2 16:49:21 UTC 2011


    Date: Wednesday, February 2, 2011 @ 11:49:20
  Author: giovanni
Revision: 108695

upgpkg: help2man 1.38.4-1
upstream release

Modified:
  help2man/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-02 16:13:46 UTC (rev 108694)
+++ PKGBUILD	2011-02-02 16:49:20 UTC (rev 108695)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal <paul at mattal.com>
 
 pkgname=help2man
-pkgver=1.38.2
+pkgver=1.38.4
 pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('perl-locale-gettext')
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('426671c6fe79e5ef2233303367eab5a6')
+md5sums=('1441847905ca8e6b7d63def44c3be01e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,5 +21,9 @@
 	      --infodir=/usr/share/info \
 	      --libdir=/lib
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list