Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-llvmlite
Commits:
091093a7 by Antonio Rojas at 2025-12-27T15:38:37+01:00
upgpkg: 0.46.0-3: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-llvmlite
pkgdesc = A Lightweight LLVM Python Binding for Writing JIT Compilers
pkgver = 0.46.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/numba/llvmlite
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ _name=llvmlite
pkgbase="python-${_name}"
pkgname=("${pkgbase}")
pkgver=0.46.0
-pkgrel=2
+pkgrel=3
pkgdesc='A Lightweight LLVM Python Binding for Writing JIT Compilers'
arch=('x86_64')
depends=('gcc-libs' 'glibc' 'llvm20-libs' 'python')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llvmlite/-/commit/091093a7dea511415e848ef08909ac39108329fe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-llvmlite/-/commit/091093a7dea511415e848ef08909ac39108329fe
You're receiving this email because of your account on gitlab.archlinux.org.