From 1fd78d786a2b4d63d94759d0d9e055aff34f6298 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 27 Mar 2026 10:26:00 +0100 Subject: [PATCH] community/vint: rebuild against python 3.14 --- community/vint/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/vint/APKBUILD b/community/vint/APKBUILD index 112e3b8df3c..97463a2866b 100644 --- a/community/vint/APKBUILD +++ b/community/vint/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Keith Maxwell pkgname=vint pkgver=0.3.21 -pkgrel=9 +pkgrel=10 pkgdesc="Fast and Highly Extensible Vim script Language Lint" url="https://github.com/Vimjas/vint" arch="noarch"