diff --git a/pkg.info b/pkg.info index 3103e86..dd869bf 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,10 @@ name: perl description: The Practical Extraction and Report Language version: 5.38.2 -revision: 2 +revision: 3 url: https://www.perl.org/ license: GPL3-or-later architecture: any depends: ["gdbm","glibc","libxcrypt"] -make_depends: ["bash","binutils","coreutils","gawk","gcc","gdbm","glibc","grep","libxcrypt","make","sed","zlib"] +make_depends: ["procps-ng"] type: source diff --git a/source.sh b/source.sh index 93afb75..51c3fcc 100644 --- a/source.sh +++ b/source.sh @@ -37,7 +37,7 @@ build() { # The check function is executed in the source directory # This function is used to run tests to verify the package has been compiled correctly check() { - make test_harness + make test } # The package function is executed in the source directory