Date: Wednesday, April 27, 2016 @ 01:16:31 Author: seblu Revision: 266191
upgpkg: gzip 1.8-1 Modified: gzip/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-26 22:24:38 UTC (rev 266190) +++ PKGBUILD 2016-04-26 23:16:31 UTC (rev 266191) @@ -4,8 +4,8 @@ # Contributor: judd <[email protected]> pkgname=gzip -pkgver=1.7 -pkgrel=2 +pkgver=1.8 +pkgrel=1 pkgdesc='GNU compression utility' arch=('i686' 'x86_64') url='http://www.gnu.org/software/gzip/' @@ -14,11 +14,9 @@ depends=('glibc' 'bash' 'less') install=gzip.install validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering -source=("ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig} - '01-fix-bug-with-l-output-to-pipes.patch') -md5sums=('d9ae97206a703a20e6c1c868deb3eb47' - 'SKIP' - '3fc4318cec1f036b5c340e8aa228005c') +source=("ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig}) +md5sums=('f7caabb65cddc1a4165b398009bd05b9' + 'SKIP') prepare() { cd $pkgname-$pkgver # apply patch from the source array (should be a pacman feature)
