summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuri Iozzelli2018-03-04 17:37:25 +0100
committerYuri Iozzelli2018-03-04 17:37:25 +0100
commitaf6c55a8d55863bca645cdf0d118419369377904 (patch)
treeaed9e7b73d89621365b5857ac45a2644a25d3f7c /PKGBUILD
parente135161ce87f58611dcb5a961dc0a74d0b3caf65 (diff)
downloadaur-af6c55a8d55863bca645cdf0d118419369377904.tar.gz
Updated to 0.22.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc80e8f59816..6ff067b2dc92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuri Iozzelli <y.iozzelli@gmail.com>
pkgname=python-llvmlite-bin
-pkgver=0.20.0
+pkgver=0.22.0
pkgrel=1
epoch=
pkgdesc="A lightweight LLVM python binding for writing JIT compilers"
@@ -11,11 +11,11 @@ groups=()
depends=("python")
provides=("python-llvmlite")
conflicts=("python-llvmlite")
-source=("https://anaconda.org/numba/llvmlite/$pkgver/download/linux-64/llvmlite-$pkgver-py36_0.tar.bz2")
+source=("https://anaconda.org/numba/llvmlite/0.22.0/download/linux-64/llvmlite-0.22.0-py36ha27ea49_0.tar.bz2")
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=('80a000535012892cca5fb40697eaf2b4')
+md5sums=('bec9c425fff54909ed649c6e36db020a')