diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 08:32:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:52 +0000 |
commit | 1471dbafd5b39acd502c52a982cd0d9183baed87 (patch) | |
tree | 6617c62df2f5926f0cb089e4917ab32e3a1247d9 | |
parent | e544ffd1e286cd238e5b1675a2d88334e59079ee (diff) |
community/py3-configobj: rebuild against python 3.8
-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 2060248e7a5..bc6ff95902f 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=6 +pkgrel=7 pkgdesc="Python3 library for reading and writing of configuration files (ini)" url="https://github.com/DiffSK/configobj" arch="noarch" |