Date: Sunday, August 8, 2021 @ 19:46:13 Author: felixonmars Revision: 421252
archrelease: copy trunk to extra-x86_64 Added: help2man/repos/extra-x86_64/PKGBUILD (from rev 421251, help2man/trunk/PKGBUILD) Deleted: help2man/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-08-08 19:46:04 UTC (rev 421251) +++ PKGBUILD 2021-08-08 19:46:13 UTC (rev 421252) @@ -1,31 +0,0 @@ -# Maintainer: Giovanni Scafora <giova...@archlinux.org> -# Contributor: Paul Mattal <p...@mattal.com> - -pkgname=help2man -pkgver=1.48.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=('e000e7380604c0986b14cb64b852d55eff48595884bddd389e876056dde6ce72b37aa16d92230e6f8f6e128003b819954bae4aa90933a58b51d3665d3c0ba356' - 'SKIP') -validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea <b...@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 421251, help2man/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-08-08 19:46:13 UTC (rev 421252) @@ -0,0 +1,31 @@ +# Maintainer: Giovanni Scafora <giova...@archlinux.org> +# Contributor: Paul Mattal <p...@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 <b...@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 +}