summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuri Iozzelli2017-05-27 19:02:49 +0200
committerYuri Iozzelli2017-05-27 19:02:49 +0200
commit995e91b8f273f4ef97c7e84a7b9f6ecdd4f56e15 (patch)
tree9f6d45469e7be126c518f407c14a893aab582ea4 /PKGBUILD
parent710771136fca2c36ac60c9835d80f54419057a34 (diff)
downloadaur-995e91b8f273f4ef97c7e84a7b9f6ecdd4f56e15.tar.gz
Updated to 0.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 676a94894ea6..87e5d5b50f31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuri Iozzelli <y.iozzelli@gmail.com>
pkgname=python2-llvmlite-bin
-pkgver=0.15.0
+pkgver=0.18.0
pkgrel=1
epoch=
pkgdesc="A lightweight LLVM python binding for writing JIT compilers"
@@ -11,10 +11,10 @@ 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")
-md5sums=('c742c9c7d3a73f9615ac5253ea80f548')
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=('354ddb65ec77f98aab7f44cfc708f013')