less: use pcre2
This commit is contained in:
parent
1ca1f734c6
commit
2b09a94645
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'less'
|
# Template file for 'less'
|
||||||
pkgname=less
|
pkgname=less
|
||||||
version=590
|
version=590
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-regex=pcre"
|
configure_args="--with-regex=pcre2"
|
||||||
makedepends="ncurses-devel pcre-devel"
|
makedepends="ncurses-devel pcre2-devel"
|
||||||
short_desc="Pager program similar to more(1)"
|
short_desc="Pager program similar to more(1)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue