From 09bf945fac2feafcf4bc0ffd4fc139e77c47f68a Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 19 Dec 2021 11:20:08 +0000 Subject: [PATCH] testing/lshell: rebuild against python3.10 --- testing/lshell/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lshell/APKBUILD b/testing/lshell/APKBUILD index 4dda81644c9..e2043c60f77 100644 --- a/testing/lshell/APKBUILD +++ b/testing/lshell/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=lshell pkgver=0.9.18 -pkgrel=6 +pkgrel=7 pkgdesc="Python3-based limited Shell" url="https://github.com/ghantoos/lshell" arch="noarch"