From 294d0fd8e142dd22c51a098a549bc835239cf87e Mon Sep 17 00:00:00 2001
From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org>
Date: Fri, 12 Apr 2024 14:41:49 +0000
Subject: [PATCH] main/libxml2: bump pkgrel to fix arm*

32-bit ARM built libxml2 before python3
due to the xz-gettext-libxml2 circular dep,
and so was built against 3.11 instead of 3.12
---
 main/libxml2/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/libxml2/APKBUILD b/main/libxml2/APKBUILD
index 26a6f054805d..6ff9ac0e4513 100644
--- a/main/libxml2/APKBUILD
+++ b/main/libxml2/APKBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
 pkgname=libxml2
 pkgver=2.12.6
-pkgrel=1
+pkgrel=2
 pkgdesc="XML parsing library, version 2"
 url="https://gitlab.gnome.org/GNOME/libxml2"
 arch="all"
-- 
GitLab