python-xdg: Rebuild for python 3.8

This commit is contained in:
Alexey Pavlov
2019-10-29 12:45:35 +03:00
parent 4493d6b2d6
commit 5c248e5c19

View File

@@ -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'