summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e04968b24e1e..9b0b77348595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-llvmlite
-pkgver=0.19.0
+pkgver=0.20.0
pkgrel=0
pkgdesc="Lightweight LLVM python binding for writing JIT compilers"
url="https://github.com/numba/llvmlite"
@@ -9,7 +9,7 @@ license=('BSD')
depends=('python' 'llvm>=4.0.0' 'llvm<4.1.0')
makedepends=('cython')
source=("https://github.com/numba/llvmlite/archive/v$pkgver.tar.gz")
-md5sums=('77fdc74d1451a10e89f16394d91f118e')
+md5sums=('40d3040af5571556b2ffd74e0e5e3605')
build() {
cd "$srcdir/llvmlite-$pkgver"