From fcf62dfb583cb6989bf16dbee72384a76a2fdb5b Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 18:19:50 +0200 Subject: [PATCH] testing/vcstool: rebuild against python 3.14 --- testing/vcstool/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/vcstool/APKBUILD b/testing/vcstool/APKBUILD index 3ecf368f815..eb56bec4eaf 100644 --- a/testing/vcstool/APKBUILD +++ b/testing/vcstool/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Russ Webber pkgname=vcstool pkgver=0.3.0 -pkgrel=5 +pkgrel=6 pkgdesc="A command line tool designed to make working with multiple repositories easier" url="https://github.com/dirk-thomas/vcstool" arch="noarch"