summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuri Iozzelli2018-12-02 21:36:48 +0100
committerYuri Iozzelli2018-12-02 21:36:48 +0100
commiteb048b244334e19161c896ccf550e5a55fd85bfd (patch)
tree4c9d1b567a4860fa3473f542f6216857f15157ac /PKGBUILD
parent2aa90315e9d4c50e0426d840b2bb21e0f8a51830 (diff)
downloadaur-eb048b244334e19161c896ccf550e5a55fd85bfd.tar.gz
Updated to 0.26.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32fd10155c54..e5423a72598b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuri Iozzelli <y.iozzelli@gmail.com>
pkgname=python2-llvmlite-bin
-pkgver=0.24.0
+pkgver=0.26.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/0.24.0/download/linux-64/llvmlite-0.24.0-py27hf484d3e_2.tar.bz2")
+source=("https://anaconda.org/numba/llvmlite/0.26.0/download/linux-64/llvmlite-0.26.0-py27hf484d3e_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=('4e17d0668947931c5caaca084e3c58c0')
+md5sums=('9b5e990ed9b7386992db3ba9c879650f')