Date: Thursday, April 7, 2022 @ 17:34:57 Author: anthraxx Revision: 441717
upgpkg: gzip 1.12-1 Modified: gzip/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-07 17:13:48 UTC (rev 441716) +++ PKGBUILD 2022-04-07 17:34:57 UTC (rev 441717) @@ -1,9 +1,9 @@ -# Mainainer: Sébastien "Seblu" Luttringer <[email protected]> +# Maintainer: Sébastien "Seblu" Luttringer <[email protected]> # Contributor: Allan McRae <[email protected]> # Contributor: judd <[email protected]> pkgname=gzip -pkgver=1.11 +pkgver=1.12 pkgrel=1 pkgdesc='GNU compression utility' arch=('x86_64') @@ -13,8 +13,8 @@ depends=('glibc' 'bash' 'less') validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering source=("https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig}) -md5sums=('d1e93996dba00cab0caa7903cd01d454' - 'SKIP') +sha256sums=('ce5e03e519f637e1f814011ace35c4f87b33c0bbabeec35baf5fbd3479e91956' + 'SKIP') prepare() { cd $pkgname-$pkgver # apply patch from the source array (should be a pacman feature) @@ -21,7 +21,7 @@ local filename for filename in "${source[@]}"; do if [[ "$filename" =~ \.patch$ ]]; then - msg2 "Applying patch ${filename##*/}" + echo "Applying patch ${filename##*/}" patch -p1 -N -i "$srcdir/${filename##*/}" fi done
