Fix dependencies and tests

This commit is contained in:
2025-07-11 19:06:17 +03:00
parent 4af416f58a
commit 75719e0308
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
name: perl name: perl
description: The Practical Extraction and Report Language description: The Practical Extraction and Report Language
version: 5.38.2 version: 5.38.2
revision: 2 revision: 3
url: https://www.perl.org/ url: https://www.perl.org/
license: GPL3-or-later license: GPL3-or-later
architecture: any architecture: any
depends: ["gdbm","glibc","libxcrypt"] depends: ["gdbm","glibc","libxcrypt"]
make_depends: ["bash","binutils","coreutils","gawk","gcc","gdbm","glibc","grep","libxcrypt","make","sed","zlib"] make_depends: ["procps-ng"]
type: source type: source
+1 -1
View File
@@ -37,7 +37,7 @@ build() {
# The check function is executed in the source directory # The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly # This function is used to run tests to verify the package has been compiled correctly
check() { check() {
make test_harness make test
} }
# The package function is executed in the source directory # The package function is executed in the source directory