[arch-commits] Commit in help2man/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Tue Aug 24 06:43:12 UTC 2021


    Date: Tuesday, August 24, 2021 @ 06:43:11
  Author: jelle
Revision: 422504

archrelease: copy trunk to extra-x86_64

Added:
  help2man/repos/extra-x86_64/PKGBUILD
    (from rev 422503, help2man/trunk/PKGBUILD)
Deleted:
  help2man/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-24 06:43:03 UTC (rev 422503)
+++ PKGBUILD	2021-08-24 06:43:11 UTC (rev 422504)
@@ -1,31 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Paul Mattal <paul at mattal.com>
-
-pkgname=help2man
-pkgver=1.48.4
-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})
-sha512sums=('fa3f3eabc6010a4a34dc108bfa3b9456b9ea66b343ff2913c32cd6da52ddcf3aa8cb9c05a8b14585f314198aa4ef6f1eebbb185b90a2fb923ab3b2ee7b5e57a9'
-            '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 422503, help2man/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-24 06:43:11 UTC (rev 422504)
@@ -0,0 +1,31 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Paul Mattal <paul at mattal.com>
+
+pkgname=help2man
+pkgver=1.48.5
+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})
+sha512sums=('800eb0daa9daef8e423d52ede55eee2960122ea0269865295afada4cf4fcc1c6791da8429c3a57c0fc1bf0a14c8a77953952325413a8faa5dd07b1bc5bc0edd1'
+            '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