From 5cbbcaa33a925eb13a87b9a8578d8380532557c1 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Fri, 25 Oct 2019 15:20:12 +0300 Subject: [PATCH] python3-matplotlib: Rebuild for python 3.8 --- mingw-w64-python3-matplotlib/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python3-matplotlib/PKGBUILD b/mingw-w64-python3-matplotlib/PKGBUILD index 24637bf721..8a0e14debd 100644 --- a/mingw-w64-python3-matplotlib/PKGBUILD +++ b/mingw-w64-python3-matplotlib/PKGBUILD @@ -4,7 +4,7 @@ _realname=matplotlib pkgbase=mingw-w64-python3-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=3.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A python plotting library, making publication quality plots (mingw-w64)" arch=('any') url='https://matplotlib.org/'