From 63e396b2e105208416b9d9843bc693c010a9b0ef Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 6 Jul 2024 13:38:04 +0200 Subject: [PATCH] python: rebuild again there is a address space conflict --- python/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/PKGBUILD b/python/PKGBUILD index 080a36db..735aa33a 100644 --- a/python/PKGBUILD +++ b/python/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=python pkgname=('python' 'python-devel') pkgver=3.12.4 -pkgrel=3 +pkgrel=4 _pybasever=${pkgver%.*} pkgdesc="Next generation of the python high-level scripting language" arch=('i686' 'x86_64')