From b3c8fc5b2526c2c451cb3919795b2ab54d04a2c6 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 4 Sep 2020 10:08:45 +0200 Subject: [PATCH] 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 --- python/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/PKGBUILD b/python/PKGBUILD index 49e8ee57..27e6d4f0 100644 --- a/python/PKGBUILD +++ b/python/PKGBUILD @@ -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')