diff --git a/pkg.info b/pkg.info index 56636a9..55aa954 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: grep description: GNU string search utility version: 3.11 +revision: 2 url: https://www.gnu.org/software/grep/ license: GPL3 architecture: any -depends: ["glibc"] -make_depends: ["bash","binutils","coreutils","diffutils","gcc","gettext","glibc","grep","make","patch","sed","texinfo"] +depends: ["glibc", "pcre2"] +make_depends: ["texinfo"] type: source diff --git a/source.sh b/source.sh index 2e29acc..6fc7dcc 100644 --- a/source.sh +++ b/source.sh @@ -15,7 +15,7 @@ prepare() { # The build function is executed in the source directory # This function is used to compile the source code build() { - ./configure --prefix=/usr --disable-perl-regexp + ./configure --prefix=/usr make }