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

Giovanni Scafora giovanni at archlinux.org
Tue Mar 22 15:28:48 UTC 2011


    Date: Tuesday, March 22, 2011 @ 11:28:48
  Author: giovanni
Revision: 116002

upgpkg: help2man 1.39.2-1
upstream release

Modified:
  help2man/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-22 15:15:47 UTC (rev 116001)
+++ PKGBUILD	2011-03-22 15:28:48 UTC (rev 116002)
@@ -3,15 +3,15 @@
 # Contributor: Paul Mattal <paul at mattal.com>
 
 pkgname=help2man
-pkgver=1.38.4
+pkgver=1.39.2
 pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('i686' 'x86_64')
 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')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('36659da3ba7a9a51813e1c4848900a28')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,10 +20,11 @@
               --mandir=/usr/share/man \
 	      --infodir=/usr/share/info \
 	      --libdir=/lib
-  make || return 1
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list