From f48701aa97c725aaabe89f85bb040ce56954d0bd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 3 Mar 2026 09:33:39 +0100 Subject: [PATCH] main/gobject-introspection: rebuild against python 3.14 --- main/gobject-introspection/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gobject-introspection/APKBUILD b/main/gobject-introspection/APKBUILD index 40b676c61f1..6bce60aebd6 100644 --- a/main/gobject-introspection/APKBUILD +++ b/main/gobject-introspection/APKBUILD @@ -2,7 +2,7 @@ maintainer="team/gnome " pkgname=gobject-introspection pkgver=1.86.0 -pkgrel=0 +pkgrel=1 # NOTE: Upgrade only to even-numbered versions (e.g. 1.18.x, 1.20.x)! pkgdesc="Introspection system for GObject-based libraries" url="https://gi.readthedocs.io"