diff options
author | psykose <alice@ayaya.dev> | 2021-12-25 14:37:35 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2021-12-30 02:52:07 +0100 |
commit | 9005836cff70e21f0b23865b96d2f6265ff8ba35 (patch) | |
tree | 5cfece1d514691f93995a2b1d518ce7123a94ba7 | |
parent | 9ac18d7c03580515463f0eef3adb5796fee8ef8d (diff) | |
download | aports-9005836cff70e21f0b23865b96d2f6265ff8ba35.tar.gz aports-9005836cff70e21f0b23865b96d2f6265ff8ba35.tar.bz2 aports-9005836cff70e21f0b23865b96d2f6265ff8ba35.tar.xz |
testing/py3-cmd2: rebuild against python 3.10
-rw-r--r-- | testing/py3-cmd2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-cmd2/APKBUILD b/testing/py3-cmd2/APKBUILD index 66e5acb270..f8362a6e5f 100644 --- a/testing/py3-cmd2/APKBUILD +++ b/testing/py3-cmd2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=py3-cmd2 pkgver=2.3.3 -pkgrel=0 +pkgrel=1 pkgdesc="Tool for building interactive command line applications in Python" url="https://github.com/python-cmd2/cmd2" arch="noarch" |