From d3ba0f6ec750320efb557faa558faad7e047216c Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 14:16:19 +0200 Subject: [PATCH] testing/lshell: rebuild against python 3.14 --- testing/lshell/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lshell/APKBUILD b/testing/lshell/APKBUILD index f0588d0ac6e..1bef6e57ce1 100644 --- a/testing/lshell/APKBUILD +++ b/testing/lshell/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=lshell pkgver=0.9.18 -pkgrel=12 +pkgrel=13 pkgdesc="Python3-based limited Shell" url="https://github.com/ghantoos/lshell" arch="noarch"