main/llvm21: rebuild against python 3.14

This commit is contained in:
Natanael Copa 2026-03-03 09:01:03 +01:00
parent 07061cb5a2
commit 4b9b094db0

View File

@ -13,7 +13,7 @@ _pkgver=${pkgver/_/-}
_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/"