From 0820d4f00ccc4e452cee3b765312e8a6f08450cd Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 29 Oct 2019 11:57:05 +0300 Subject: [PATCH] python-win_inet_pton: Rebuild for python 3.8 --- mingw-w64-python-win_inet_pton/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-win_inet_pton/PKGBUILD b/mingw-w64-python-win_inet_pton/PKGBUILD index b36088abfe..c4e320cc7a 100644 --- a/mingw-w64-python-win_inet_pton/PKGBUILD +++ b/mingw-w64-python-win_inet_pton/PKGBUILD @@ -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'