chroot-grep: update to 3.7.
This commit is contained in:
parent
9a0c268f11
commit
298758f1be
1 changed files with 4 additions and 3 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'chroot-grep'
|
||||
pkgname=chroot-grep
|
||||
version=3.3
|
||||
version=3.7
|
||||
revision=1
|
||||
wrksrc="grep-${version}"
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
|
||||
short_desc="The GNU grep utility - for use with xbps-src"
|
||||
short_desc="GNU grep utility - for use with xbps-src"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.gnu.org/software/grep/"
|
||||
distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
|
||||
checksum=b960541c499619efd6afe1fa795402e4733c8e11ebf9fafccc0bb4bccdc5b514
|
||||
checksum=5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c
|
||||
conflicts="grep>=0"
|
||||
provides="grep-${version}_${revision}"
|
||||
make_check=no # Infinate loop in hash-collision-perf without perl
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
export ac_cv_lib_error_at_line=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue