From d9f519b751896e32d7134ab4d65b3005f992a538 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 14:43:18 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 55f33d7..545574f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: meson description: The Meson build system version: 1.11.1 -revision: 1 +revision: 2 url: https://mesonbuild.com/ license: Apache2 maintainers: @@ -11,7 +11,7 @@ output_architecture: any type: source depends: - ninja - - python3 + - python3=3.14.* make_depends: - python-build - python-installer