From 4ea70bf8abc672df32b925760937154c49cd49e8 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 29 Oct 2019 12:09:57 +0300 Subject: [PATCH] python-rst2pdf: Rebuild for python 3.8 --- mingw-w64-python-rst2pdf/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-rst2pdf/PKGBUILD b/mingw-w64-python-rst2pdf/PKGBUILD index 2150336ee2..f47303e189 100644 --- a/mingw-w64-python-rst2pdf/PKGBUILD +++ b/mingw-w64-python-rst2pdf/PKGBUILD @@ -3,7 +3,7 @@ _realname=rst2pdf pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=0.93 -pkgrel=4 +pkgrel=5 pkgdesc="Create PDFs from simple text markup, no LaTeX required (mingw-w64)" arch=('any') url='https://github.com/ralsina/rst2pdf'