From efe32efed01fa485a553a41bb5d3c01776313054 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 23 Oct 2019 23:27:30 +0300 Subject: [PATCH] python-cachecontrol: Rebuild for python 3.8 --- mingw-w64-python-cachecontrol/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-cachecontrol/PKGBUILD b/mingw-w64-python-cachecontrol/PKGBUILD index 2379ecd57e..1c53e75721 100644 --- a/mingw-w64-python-cachecontrol/PKGBUILD +++ b/mingw-w64-python-cachecontrol/PKGBUILD @@ -4,7 +4,7 @@ _realname=cachecontrol pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=0.12.5 -pkgrel=2 +pkgrel=3 pkgdesc="httplib2 caching for requests (mingw-w64)" arch=('any') url="https://github.com/ionrock/${_realname}"