From bc917fce8d7ee816630b986b60ec0fb11918db4b Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:26:51 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index e4157ba..4663eaf 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,9 @@ name: pcre2 description: that implement regular expression pattern matching using the same syntax and semantics as Perl 5 (Version 2) version: 10.42 +revision: 2 url: https://github.com/PCRE2Project/pcre2 license: BSD-3-Clause architecture: any -depends: zlib,bzip2,readline +depends: ["zlib","bzip2","readline"] type: source