diff options
author | root <root@rshg047.dnsready.net> | 2011-06-27 23:06:15 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-27 23:06:15 +0000 |
commit | 0a595245dd258cc0ad9a5de2b292cf1b1a94f51a (patch) | |
tree | 2cbc26bebf7171db78c67303e24ad6e80279f2d8 /core/grep | |
parent | 715631caf52784c47c8ed3aeb6cbdba2715a08db (diff) |
Mon Jun 27 23:06:14 UTC 2011
Diffstat (limited to 'core/grep')
-rw-r--r-- | core/grep/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/grep/PKGBUILD b/core/grep/PKGBUILD index d2b07cf23..958f5b0e5 100644 --- a/core/grep/PKGBUILD +++ b/core/grep/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 124062 2011-05-16 11:49:29Z allan $ +# $Id: PKGBUILD 128670 2011-06-25 12:20:55Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=grep -pkgver=2.8 +pkgver=2.9 pkgrel=1 pkgdesc="A string search utility" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('glibc' 'pcre' 'sh') makedepends=('texinfo') install=${pkgname}.install source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('b59003c42b330bdabd417e00d07102da') +md5sums=('25e41b2aa201104354740961ef36005a') build() { cd ${srcdir}/${pkgname}-${pkgver} |