From 75719e0308d5a325957f3951adb5f099ca33a1ea Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 11 Jul 2025 19:06:17 +0300 Subject: [PATCH] Fix dependencies and tests --- pkg.info | 4 ++-- source.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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