From fd08260b28805bc05918e3d86c1ec91d9488f56e Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 18:34:22 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 0fa98df..ea2f4ee 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: liblc3 description: Low Complexity Communication Codec library and tools version: 1.1.3 -revision: 1 +revision: 2 url: https://github.com/google/liblc3 license: Apache-2.0 architecture: any @@ -9,10 +9,10 @@ type: source depends: - glibc optional_depends: - - python3 + - python3=3.14.*:For python bindings make_depends: - meson - - python3 + - python3=3.14.* downloads: - url: https://github.com/google/liblc3/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE}