From 5c248e5c1925a7d7da0b94164a37a20e37201d54 Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Tue, 29 Oct 2019 12:45:35 +0300 Subject: [PATCH] python-xdg: Rebuild for python 3.8 --- mingw-w64-python-xdg/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-xdg/PKGBUILD b/mingw-w64-python-xdg/PKGBUILD index cbe35a7c86..22f27e180b 100644 --- a/mingw-w64-python-xdg/PKGBUILD +++ b/mingw-w64-python-xdg/PKGBUILD @@ -8,7 +8,7 @@ _realname=xdg #This should be lowercase pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=0.26 -pkgrel=2 +pkgrel=3 pkgdesc="Python library to access freedesktop.org standards (mingw-w64)" arch=('any') url='https://freedesktop.org/Software/pyxdg'