Date: Thursday, January 2, 2014 @ 07:41:03 Author: allan Revision: 203033
upgpkg: grep 2.16-1 upstream update, fixes FS#37556 Modified: grep/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-02 06:33:15 UTC (rev 203032) +++ PKGBUILD 2014-01-02 06:41:03 UTC (rev 203033) @@ -3,7 +3,7 @@ # Contributor: judd <[email protected]> pkgname=grep -pkgver=2.15 +pkgver=2.16 pkgrel=1 pkgdesc="A string search utility" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('texinfo') install=${pkgname}.install source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -md5sums=('8cab8ca52bcae735af40278423c7c942' +md5sums=('502350a6c8f7c2b12ee58829e760b44d' 'SKIP') build() {
