Date: Sunday, January 21, 2018 @ 23:54:01 Author: seblu Revision: 315219
upgpkg: gzip 1.9-1 Modified: gzip/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-21 23:53:18 UTC (rev 315218) +++ PKGBUILD 2018-01-21 23:54:01 UTC (rev 315219) @@ -4,8 +4,8 @@ # Contributor: judd <[email protected]> pkgname=gzip -pkgver=1.8 -pkgrel=2 +pkgver=1.9 +pkgrel=1 pkgdesc='GNU compression utility' arch=('x86_64') url='https://www.gnu.org/software/gzip/' @@ -14,7 +14,7 @@ depends=('glibc' 'bash' 'less') validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering source=("https://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig}) -md5sums=('f7caabb65cddc1a4165b398009bd05b9' +md5sums=('9492c6ccb2239ff679a5475a7bb543ed' 'SKIP') prepare() { cd $pkgname-$pkgver
