summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2020-04-23 20:59:51 +0200
committermschubert2020-04-23 20:59:51 +0200
commitff562c31ce083c7232360268ba7a4ded3690dc78 (patch)
tree435c384a8b732ee6d251eb41b9de3f52850bcfd3
parent2c7991cbdf084de361def2b95d58882410d0a781 (diff)
downloadaur-ff562c31ce083c7232360268ba7a4ded3690dc78.tar.gz
version bump 0.32.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5260d89a41b..4c8128d5ea07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-llvmlite
pkgdesc = Lightweight LLVM python binding for writing JIT compilers
- pkgver = 0.31.0
+ pkgver = 0.32.0
pkgrel = 1
url = https://github.com/numba/llvmlite
arch = i686
@@ -10,8 +10,8 @@ pkgbase = python-llvmlite
makedepends = llvm8
depends = python
depends = llvm8-libs
- source = https://github.com/numba/llvmlite/archive/v0.31.0.tar.gz
- sha256sums = a2c431ce2240cda8d4a7b6cce84ac012e0385f5b62ef9911249b000c7ef2c558
+ source = https://github.com/numba/llvmlite/archive/v0.32.0.tar.gz
+ sha256sums = 15d71df80e8dfc3ff50c60d55db3396be4232db2a47c8f53ee47e48faf1953c7
pkgname = python-llvmlite
diff --git a/PKGBUILD b/PKGBUILD
index 01e9b18c535c..8e9268f71f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-llvmlite
-pkgver=0.31.0
+pkgver=0.32.0
pkgrel=1
pkgdesc="Lightweight LLVM python binding for writing JIT compilers"
url="https://github.com/numba/llvmlite"
@@ -11,7 +11,7 @@ license=('BSD')
depends=('python' 'llvm8-libs')
makedepends=('cython' 'llvm8')
source=("https://github.com/numba/llvmlite/archive/v$pkgver.tar.gz")
-sha256sums=('a2c431ce2240cda8d4a7b6cce84ac012e0385f5b62ef9911249b000c7ef2c558')
+sha256sums=('15d71df80e8dfc3ff50c60d55db3396be4232db2a47c8f53ee47e48faf1953c7')
build() {
cd "$srcdir/llvmlite-$pkgver"