python: rebuild

We currently have an issue where python was replaced in the pacman repo, leading
to install errors with existing caches containing the old version (CI caches etc).

Bump pkgrel to fix things.

To prevent this in the future see https://github.com/msys2/msys2-autobuild/issues/16
This commit is contained in:
Christoph Reiter
2020-09-04 10:08:45 +02:00
parent 0036cac619
commit b3c8fc5b25

View File

@@ -4,7 +4,7 @@
pkgbase=python
pkgname=('python' 'python-devel')
pkgver=3.8.5
pkgrel=5
pkgrel=6
_pybasever=${pkgver%.*}
pkgdesc="Next generation of the python high-level scripting language"
arch=('i686' 'x86_64')