grep: rebuild against libpcre-8.30.
This commit is contained in:
parent
315e428335
commit
ff98e16388
2 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
libc.so.6
|
||||
libpcre.so.0
|
||||
libpcre.so.1
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'grep'.
|
||||
pkgname=grep
|
||||
version=2.13
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="pcre-devel"
|
||||
makedepends="pcre-devel>=8.30"
|
||||
short_desc="The GNU grep utility"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in a new issue