From bc1092b1f518f540df04e4454f34febf320e98d4 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 15 May 2021 10:24:52 +0200 Subject: [PATCH] python: rebuild against newer binutils which uses a larger base addr range to avoid conflicts --- python/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/PKGBUILD b/python/PKGBUILD index 6c69be7b..c25c7be1 100644 --- a/python/PKGBUILD +++ b/python/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=python pkgname=('python' 'python-devel') pkgver=3.8.7 -pkgrel=2 +pkgrel=3 _pybasever=${pkgver%.*} pkgdesc="Next generation of the python high-level scripting language" arch=('i686' 'x86_64')