summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-12-20 14:00:00 +0100
committermschubert2021-12-20 14:00:00 +0100
commit46cf5d389c454cc15ef914b542d61485be8d4a5f (patch)
tree43972951b39c9fbd9660d5729cbf43e9bcaef801 /PKGBUILD
parentefd1da57102a739a66f18d7416d9255bb599be61 (diff)
downloadaur-46cf5d389c454cc15ef914b542d61485be8d4a5f.tar.gz
version bump 0.38.0rc1 for py3.10 compat
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5625923b3bc5..e49ebd10bf2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-llvmlite
-pkgver=0.37.0
+pkgver=0.38.0rc1
pkgrel=1
pkgdesc="Lightweight LLVM python binding for writing JIT compilers"
url="https://github.com/numba/llvmlite"
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python' 'llvm11-libs>=11.0.0' 'llvm11-libs<12.0.0')
makedepends=('cython' 'llvm11>=11.0.0' 'llvm11<12.0.0')
source=(llvmlite-$pkgver.tar.gz::"https://github.com/numba/llvmlite/archive/v$pkgver.tar.gz")
-sha256sums=('7405f4f1a9898f3e408bc82a7dd67b6bdb0dd47d203e416dfe09a1ec976eb04b')
+sha256sums=('7b4b703ceee3d8df66d5357c0a80fbc6b50e95cc0d00a4f8485b099e21e4ac6a')
build() {
cd "$srcdir/llvmlite-$pkgver"