summaryrefslogtreecommitdiff
path: root/core/grep/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/grep/PKGBUILD')
-rw-r--r--core/grep/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/grep/PKGBUILD b/core/grep/PKGBUILD
index 958f5b0e5..18ef7c6d4 100644
--- a/core/grep/PKGBUILD
+++ b/core/grep/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 128670 2011-06-25 12:20:55Z allan $
+# $Id: PKGBUILD 142062 2011-11-04 23:35:52Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=grep
pkgver=2.9
-pkgrel=1
+pkgrel=2
pkgdesc="A string search utility"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -13,8 +13,9 @@ groups=('base')
depends=('glibc' 'pcre' 'sh')
makedepends=('texinfo')
install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('25e41b2aa201104354740961ef36005a')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('25e41b2aa201104354740961ef36005a'
+ '78b903e88d23890d9e737e1415f4de21')
build() {
cd ${srcdir}/${pkgname}-${pkgver}