summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-02-08 18:18:07 +0100
committermschubert2021-02-08 18:18:07 +0100
commit4f3bce66112374af9ce4a64e212821bf4ac5094e (patch)
tree1ddb60d3c83df8f7d613a425ebb1aa3cafffbb1a /PKGBUILD
parent712e66bdcd0f96158d165fbf2c042a9d40782854 (diff)
downloadaur-4f3bce66112374af9ce4a64e212821bf4ac5094e.tar.gz
version bump 0.36.0rc1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc4a1ec3723b..46fd3e8c57b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-llvmlite
-pkgver=0.35.0
+pkgver=0.36.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' 'llvm10-libs>=10.0.0' 'llvm10-libs<10.1.0')
makedepends=('cython' 'llvm10>=10.0.0' 'llvm10<10.1.0')
source=(llvmlite-$pkgver.tar.gz::"https://github.com/numba/llvmlite/archive/v$pkgver.tar.gz")
-sha256sums=('abdeaeffe47864934b770efce8d433e52898e1283c050e3bea33ad2acd8ab2d5')
+sha256sums=('dd1cbb6471169cf7af41da20b1f07b0eaaef75664bd655ff317bbd0c8ee0499b')
build() {
cd "$srcdir/llvmlite-$pkgver"