From e0ef67b14cca01ccee4cf6193fc09e37652f2224 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 26 Mar 2026 20:06:22 +0100 Subject: [PATCH] community/rstcheck: rebuild against python 3.14 --- community/rstcheck/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/rstcheck/APKBUILD b/community/rstcheck/APKBUILD index 3061ef17b0c..fb94dab8bb9 100644 --- a/community/rstcheck/APKBUILD +++ b/community/rstcheck/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Keith Maxwell pkgname=rstcheck pkgver=6.2.5 -pkgrel=1 +pkgrel=2 pkgdesc="Checks syntax of reStructuredText and code blocks nested within it" url="https://github.com/rstcheck/rstcheck" arch="noarch"