From 788dbdaa5d40db1c47653bf386dff99e6889f1da Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 29 Oct 2019 10:59:42 +0300 Subject: [PATCH] python-json-rpc: Rebuild for python 3.8 --- mingw-w64-python-json-rpc/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-json-rpc/PKGBUILD b/mingw-w64-python-json-rpc/PKGBUILD index 77ed9fc022..79a74f7a95 100644 --- a/mingw-w64-python-json-rpc/PKGBUILD +++ b/mingw-w64-python-json-rpc/PKGBUILD @@ -4,7 +4,7 @@ _realname=json-rpc pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.12.1 -pkgrel=1 +pkgrel=2 pkgdesc="JSON-RPC transport realisation (mingw-w64)" arch=('any') url="https://github.com/pavlov99/json-rpc"