summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddbaf217bccf..be9ef7c8d2fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuri Iozzelli <y.iozzelli@gmail.com>
pkgname=python2-llvmlite-bin
-pkgver=0.20.0
+pkgver=0.22.0
pkgrel=1
epoch=
pkgdesc="A lightweight LLVM python binding for writing JIT compilers"
@@ -10,11 +10,11 @@ license=('GPL')
depends=("python2" "python2-enum34")
provides=("python2-llvmlite")
conflicts=("python2-llvmlite")
-source=("https://anaconda.org/numba/llvmlite/$pkgver/download/linux-64/llvmlite-$pkgver-py27_0.tar.bz2")
+source=("https://anaconda.org/numba/llvmlite/0.22.0/download/linux-64/llvmlite-0.22.0-py27hdbca893_0.tar.bz2")
package() {
cd "$srcdir/lib/python2.7/site-packages"
mkdir -p "$pkgdir/usr/lib/python2.7/site-packages/"
cp -r * "$pkgdir/usr/lib/python2.7/site-packages/"
}
-md5sums=('be0e1083f71d7814991f9e62789fee74')
+md5sums=('0a9fef160318e5e9e690f8250fb9b941')