From 7efd4bae2dfc2bf75d3c1ab082496f92e3daec0e Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Thu, 24 Oct 2019 11:27:51 +0300 Subject: [PATCH] python-sphinx_rtd_theme: Rebuild for python 3.8 --- mingw-w64-python-sphinx_rtd_theme/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-sphinx_rtd_theme/PKGBUILD b/mingw-w64-python-sphinx_rtd_theme/PKGBUILD index 62200e6979..0fa1feebbb 100644 --- a/mingw-w64-python-sphinx_rtd_theme/PKGBUILD +++ b/mingw-w64-python-sphinx_rtd_theme/PKGBUILD @@ -4,7 +4,7 @@ _realname=sphinx_rtd_theme pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=0.4.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python Sphinx Read The Docs Theme (mingw-w64)" arch=('any') license=('MIT')