From c3ed795f982ef234fe7dfbee1f4b74ad2b53d5af Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 25 Feb 2026 18:15:04 +0100 Subject: [PATCH] main/meson: rebuild against python 3.14 --- main/meson/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/meson/APKBUILD b/main/meson/APKBUILD index 43cb8ce22e4..8a0e8313b3f 100644 --- a/main/meson/APKBUILD +++ b/main/meson/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista pkgname=meson pkgver=1.10.2 -pkgrel=0 +pkgrel=1 pkgdesc="Fast and user friendly build system" url="https://mesonbuild.com" arch="noarch"