summaryrefslogtreecommitdiff
path: root/core/grep/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/grep/PKGBUILD')
-rw-r--r--core/grep/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/grep/PKGBUILD b/core/grep/PKGBUILD
index 5c37c9bd7..caabdfaa2 100644
--- a/core/grep/PKGBUILD
+++ b/core/grep/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 176245 2013-01-28 00:29:23Z allan $
+# $Id: PKGBUILD 197799 2013-10-30 10:37:55Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=grep
-pkgver=2.14
-pkgrel=2
+pkgver=2.15
+pkgrel=1
pkgdesc="A string search utility"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
@@ -14,8 +14,8 @@ depends=('glibc' 'pcre' 'sh')
makedepends=('texinfo')
install=${pkgname}.install
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('d4a3f03849d1e17ce56ab76aa5a24cab'
- 'b94fdcaa058b47a9a25099c26cd2e4c3')
+md5sums=('8cab8ca52bcae735af40278423c7c942'
+ 'SKIP')
build() {
cd ${srcdir}/${pkgname}-${pkgver}