aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2022-10-03 21:10:54 -0300
committeralice <alice@ayaya.dev>2022-10-04 00:34:46 +0000
commita3c63dfdb677b7ead4126e5180b4b60039f0551c (patch)
treeb72a3086dc48a97c80ef97405954569ca498981e
parent970bea1544e4b65823c300de1f41551e59999069 (diff)
community/perl-ffi-checklib: upgrade to 0.31
-rw-r--r--community/perl-ffi-checklib/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-ffi-checklib/APKBUILD b/community/perl-ffi-checklib/APKBUILD
index 23a126e21ba..f971d21df5e 100644
--- a/community/perl-ffi-checklib/APKBUILD
+++ b/community/perl-ffi-checklib/APKBUILD
@@ -4,13 +4,13 @@
pkgname=perl-ffi-checklib
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=FFI-CheckLib
-pkgver=0.30
+pkgver=0.31
pkgrel=0
pkgdesc="Check that a library is available for FFI"
url="https://metacpan.org/release/FFI-CheckLib/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
-depends="perl"
+depends="perl perl-file-which"
checkdepends="perl-test2-suite"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-$pkgver.tar.gz"
@@ -33,5 +33,5 @@ package() {
}
sha512sums="
-66d1e59157dc4c192ef2384a275f714192e0c958f26cb1601a258c4571d325844c7a21a02e166d7372a440ab75a392d335cd5dc0efd2b81589d844c35f2d5c25 FFI-CheckLib-0.30.tar.gz
+25dd359cbec5417baa2c3d6a1152fb8a50b9d1423f8adb1c9ebe4422aefaed6e3b9b73015c6960c5d69dbc151df50ecb5a8e365192a2108013b501433c52e1e2 FFI-CheckLib-0.31.tar.gz
"