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 42d767303598..741fcdf88346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuri Iozzelli <y.iozzelli@gmail.com>
pkgname=python-llvmlite-bin
-pkgver=0.15.0
+pkgver=0.18.0
pkgrel=1
epoch=
pkgdesc="A lightweight LLVM python binding for writing JIT compilers"
@@ -12,10 +12,10 @@ depends=("python")
provides=("python-llvmlite")
conflicts=("python-llvmlite")
source=("https://anaconda.org/numba/llvmlite/$pkgver/download/linux-64/llvmlite-$pkgver-py36_0.tar.bz2")
-md5sums=('92e0538f2339ec2daf37e165b22bfeba')
package() {
cd "$srcdir/lib/python3.6/site-packages"
mkdir -p "$pkgdir/usr/lib/python3.6/site-packages/"
cp -r * "$pkgdir/usr/lib/python3.6/site-packages/"
}
+md5sums=('bac228367ae76745a8373dcdd99a6a08')