From 1628e16882e83ee1c08b84d2cc7d4b75833dfd7a Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 29 Oct 2019 11:39:23 +0300 Subject: [PATCH] python-olefile: Rebuild for python 3.8 --- mingw-w64-python-olefile/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-olefile/PKGBUILD b/mingw-w64-python-olefile/PKGBUILD index ff3f543fc3..848ed1466e 100644 --- a/mingw-w64-python-olefile/PKGBUILD +++ b/mingw-w64-python-olefile/PKGBUILD @@ -4,7 +4,7 @@ _realname=olefile pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=0.46 -pkgrel=1 +pkgrel=2 arch=('any') license=('BSD') url="https://www.decalage.info/olefile"