From 260316249d5b718e5dea84dfeb3b99b5ab51fa14 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 30 Mar 2026 00:39:10 +0200 Subject: [PATCH] community/xapp: rebuild against python 3.14 Ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/18025 --- community/xapp/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/xapp/APKBUILD b/community/xapp/APKBUILD index 2bafeb70e2c..86eeb4023b0 100644 --- a/community/xapp/APKBUILD +++ b/community/xapp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jingyun Hua pkgname=xapp pkgver=3.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="Components which are common to X-Apps" arch="all" url="https://github.com/linuxmint/xapp"