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

Antonio Rojas arojas at archlinux.org
Sat Sep 23 09:08:37 UTC 2017


    Date: Saturday, September 23, 2017 @ 09:08:36
  Author: arojas
Revision: 306139

Udpate to 1.47.5

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 05:19:59 UTC (rev 306138)
+++ PKGBUILD	2017-09-23 09:08:36 UTC (rev 306139)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal <paul at mattal.com>
 
 pkgname=help2man
-pkgver=1.47.4
+pkgver=1.47.5
 pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@
 license=('GPL')
 depends=('perl-locale-gettext')
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('544aca496a7d89de3e5d99e56a2f03d3'
+md5sums=('1c886063c9e0ab463906de804596aa2f'
          'SKIP')
 validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <bod at debian.org>
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr \
               --mandir=/usr/share/man \
@@ -26,7 +26,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list