grep: rebuild against libpcre-8.30.

This commit is contained in:
Juan RP 2012-07-07 13:36:22 +02:00
parent 315e428335
commit ff98e16388
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
libc.so.6 libc.so.6
libpcre.so.0 libpcre.so.1

View file

@ -1,9 +1,9 @@
# Template build file for 'grep'. # Template build file for 'grep'.
pkgname=grep pkgname=grep
version=2.13 version=2.13
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
makedepends="pcre-devel" makedepends="pcre-devel>=8.30"
short_desc="The GNU grep utility" short_desc="The GNU grep utility"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3" license="GPL-3"