main/llvm20: rebuild against python 3.14

This commit is contained in:
Natanael Copa 2026-03-03 09:32:58 +01:00
parent 4b9b094db0
commit 68eef0ad60

View File

@ -11,7 +11,7 @@ pkgver=20.1.8
_majorver=${pkgver%%.*}
_prevmajorver=$((_majorver - 1))
pkgname=$_pkgname$_majorver
pkgrel=0
pkgrel=1
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all"
url="https://llvm.org/"