[arch-commits] Commit in help2man/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Sep 23 18:44:28 UTC 2018
Date: Sunday, September 23, 2018 @ 18:44:28
Author: jelle
Revision: 335254
archrelease: copy trunk to extra-x86_64
Added:
help2man/repos/extra-x86_64/PKGBUILD
(from rev 335253, help2man/trunk/PKGBUILD)
Deleted:
help2man/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-23 18:44:10 UTC (rev 335253)
+++ PKGBUILD 2018-09-23 18:44:28 UTC (rev 335254)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Paul Mattal <paul at mattal.com>
-
-pkgname=help2man
-pkgver=1.47.6
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('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.xz"{,.sig})
-md5sums=('7424901e6eca8af372d2ad62be5cf659'
- 'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <bod at debian.org>
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
Copied: help2man/repos/extra-x86_64/PKGBUILD (from rev 335253, help2man/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-23 18:44:28 UTC (rev 335254)
@@ -0,0 +1,31 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Paul Mattal <paul at mattal.com>
+
+pkgname=help2man
+pkgver=1.47.7
+pkgrel=1
+pkgdesc="Conversion tool to create man files"
+arch=('x86_64')
+url="https://www.gnu.org/software/help2man/"
+license=('GPL')
+depends=('perl-locale-gettext')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('156859850fdc77c85fe4295a9181060f'
+ 'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <bod at debian.org>
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list