From 953c76efa132be5c4ef10f84fb2bf10b53c91fb3 Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 14:16:23 +0200 Subject: [PATCH] testing/mkdocs-cluster: rebuild against python 3.14 --- testing/mkdocs-cluster/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mkdocs-cluster/APKBUILD b/testing/mkdocs-cluster/APKBUILD index cfbf65247bb..69d6612917a 100644 --- a/testing/mkdocs-cluster/APKBUILD +++ b/testing/mkdocs-cluster/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: David Demelier pkgname=mkdocs-cluster pkgver=0.0.9 -pkgrel=5 +pkgrel=6 pkgdesc="another bootstrap theme for mkdocs" url="https://gitlab.com/kaliko/mkdocs-cluster" arch="noarch"