summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuri Iozzelli2020-08-28 23:04:08 +0200
committerYuri Iozzelli2020-08-28 23:04:08 +0200
commit0fc4321d5ba30c835d3530a1b197bd1cfa63a229 (patch)
tree3374bcfc5f1b22c8e8e87043e26fd591b92a7029 /PKGBUILD
parente9ad31fbf8c78ef4c5b20777e7733932890b5db0 (diff)
downloadaur-0fc4321d5ba30c835d3530a1b197bd1cfa63a229.tar.gz
Updated to 0.34.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95eb2d0b2ca0..69cdd1465b1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuri Iozzelli <y.iozzelli@gmail.com>
pkgname=python-llvmlite-bin
-pkgver=0.33.0
+pkgver=0.34.0
pkgrel=1
epoch=
pkgdesc="A lightweight LLVM python binding for writing JIT compilers"
@@ -11,11 +11,11 @@ groups=()
depends=("python")
provides=("python-llvmlite=$pkgver")
conflicts=("python-llvmlite")
-source=("https://anaconda.org/numba/llvmlite/0.33.0/download/linux-64/llvmlite-0.33.0-py38hf484d3e_0.tar.bz2")
+source=("https://anaconda.org/numba/llvmlite/0.34.0/download/linux-64/llvmlite-0.34.0-py38hf484d3e_0.tar.bz2")
package() {
cd "$srcdir/lib/python3.8/site-packages"
mkdir -p "$pkgdir/usr/lib/python3.8/site-packages/"
cp -r * "$pkgdir/usr/lib/python3.8/site-packages/"
}
-md5sums=('4b54a33de7c1d2815c90a7570b38467b')
+md5sums=('ac1a326195f4629c32592c9874b63198')