Date: Sunday, December 18, 2022 @ 15:15:05
Author: jelle
Revision: 464567
archrelease: copy trunk to extra-x86_64
Added:
help2man/repos/extra-x86_64/PKGBUILD
(from rev 464566, help2man/trunk/PKGBUILD)
help2man/repos/extra-x86_64/keys/
Deleted:
help2man/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-18 15:14:56 UTC (rev 464566)
+++ PKGBUILD 2022-12-18 15:15:05 UTC (rev 464567)
@@ -1,31 +0,0 @@
-# Maintainer: Giovanni Scafora <[email protected]>
-# Contributor: Paul Mattal <[email protected]>
-
-pkgname=help2man
-pkgver=1.49.2
-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=('cb8f9f923263d7160a27a7924ae559aba93d7258167888eb9e0e3e97a2014297b8d739b2bb7869acbf586354d099bd91d85f8208b901bce5ba0c5ad4b6abd6d5'
- 'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea
<[email protected]>
-
-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 464566,
help2man/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-18 15:15:05 UTC (rev 464567)
@@ -0,0 +1,31 @@
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Paul Mattal <[email protected]>
+
+pkgname=help2man
+pkgver=1.49.3
+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=('5f19fad1e38b0572b63ed8bfd146b717fc22dff3a26641e8b5c8431df13da9574679d9a3407da62790db8a29286694ea1bfd751cba168f475302ad31cce845cf'
+ 'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea
<[email protected]>
+
+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
+}