summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2017-05-11 11:36:37 +0100
committermschubert2017-05-11 11:36:37 +0100
commitaeb8e61343919c93b242c7ad5470e30cf4e7f7dc (patch)
treee0c309a4ddf1be22ea34994acf5bd4e6adc1750b /PKGBUILD
parentaead7d4df852832c048fa882ee78f2f06464428f (diff)
downloadaur-aeb8e61343919c93b242c7ad5470e30cf4e7f7dc.tar.gz
version bump 0.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbc2cb2f56b8..d1860b21b14e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-llvmlite
-pkgver=0.17.1
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
pkgdesc="Lightweight LLVM python binding for writing JIT compilers"
url="https://github.com/numba/llvmlite"
arch=('i686' 'x86_64')
@@ -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=('88141e11e4c358865ed1bec7c25d5131')
+md5sums=('bf571704e4864e0294fb1f4949a081d0')
build() {
cd "$srcdir/llvmlite-$pkgver"