python-iniconfig: Rebuild for python 3.8

This commit is contained in:
Alexey Pavlov
2019-10-23 16:04:39 +03:00
parent b5deec20b5
commit 592fc64da3

View File

@@ -4,7 +4,7 @@ _realname=iniconfig
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.0.0
pkgrel=2
pkgrel=3
pkgdesc="brain-dead simple config-ini parsing (mingw-w64)"
arch=('any')
url="https://github.com/RonnyPfannschmidt/iniconfig"