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 /community/py3-configobj/APKBUILD | |
parent | e544ffd1e286cd238e5b1675a2d88334e59079ee (diff) | |
download | aports-1471dbafd5b39acd502c52a982cd0d9183baed87.tar.bz2 aports-1471dbafd5b39acd502c52a982cd0d9183baed87.tar.xz |
community/py3-configobj: rebuild against python 3.8
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 2060248e7a..bc6ff95902 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" |