diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:07:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:55 +0100 |
commit | d4f46780affddeb8d2c39e150bac02095085b573 (patch) | |
tree | 8e59d85c162aaea81a25399bdb2bbf6e03621d94 /community/py3-configobj/APKBUILD | |
parent | acc1a852611c22daa014b58221af17d47d51a342 (diff) |
community/py3-configobj: rebuild against python 3.10
Diffstat (limited to 'community/py3-configobj/APKBUILD')
-rw-r--r-- | community/py3-configobj/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-configobj/APKBUILD b/community/py3-configobj/APKBUILD index b5e08374f46..c4bc391aaa5 100644 --- a/community/py3-configobj/APKBUILD +++ b/community/py3-configobj/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-configobj _pkgname=configobj pkgver=5.0.6 -pkgrel=8 +pkgrel=9 pkgdesc="Python3 library for reading and writing of configuration files (ini)" url="https://github.com/DiffSK/configobj" arch="noarch" |