[arch-commits] Commit in grep/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Wed Apr 25 02:47:50 UTC 2012


    Date: Tuesday, April 24, 2012 @ 22:47:50
  Author: allan
Revision: 157148

upgpkg: grep 2.12-1

upstream update

Modified:
  grep/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-25 02:16:48 UTC (rev 157147)
+++ PKGBUILD	2012-04-25 02:47:50 UTC (rev 157148)
@@ -3,8 +3,8 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=grep
-pkgver=2.11
-pkgrel=2
+pkgver=2.12
+pkgrel=1
 pkgdesc="A string search utility"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -13,15 +13,12 @@
 depends=('glibc' 'pcre' 'sh')
 makedepends=('texinfo')
 install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-        grep-2.11-exclude-dir-crash.patch)
-md5sums=('ad9c6dbdeab93e50d2bc380f10ed3643'
-         'e4fea5e355973c951f93f48bc86f92fa'
-         'e882644cf8c1a4e37da7ba8c0867e70b')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('8d2f0346d08b13c18afb81f0e8aa1e2f'
+         '7a25f2ece647b8637f4ae1de474712e7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i $srcdir/grep-2.11-exclude-dir-crash.patch
   ./configure --prefix=/usr --without-included-regex
   make
 }




More information about the arch-commits mailing list