summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 565d9f91fd9c..95eb2d0b2ca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yuri Iozzelli <y.iozzelli@gmail.com>
pkgname=python-llvmlite-bin
-pkgver=0.32.0
-pkgrel=2
+pkgver=0.33.0
+pkgrel=1
epoch=
pkgdesc="A lightweight LLVM python binding for writing JIT compilers"
arch=("x86_64")
@@ -11,11 +11,11 @@ groups=()
depends=("python")
provides=("python-llvmlite=$pkgver")
conflicts=("python-llvmlite")
-source=("https://anaconda.org/numba/llvmlite/0.32.0/download/linux-64/llvmlite-0.32.0-py38hf484d3e_0.tar.bz2")
+source=("https://anaconda.org/numba/llvmlite/0.33.0/download/linux-64/llvmlite-0.33.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=('edd625125597455992557f094ca82735')
+md5sums=('4b54a33de7c1d2815c90a7570b38467b')