python-win_inet_pton: Rebuild for python 3.8

This commit is contained in:
Alexey Pavlov
2019-10-29 11:57:05 +03:00
parent 4f8c12f570
commit 0820d4f00c

View File

@@ -4,7 +4,7 @@ _realname=win_inet_pton
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.1.0
pkgrel=1
pkgrel=2
pkgdesc="Native inet_pton and inet_ntop implementation for Python on Windows (with ctypes) (mingw-w64)"
arch=('any')
url='https://github.com/hickeroar/win_inet_pton'