summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30cea83cf3da..e165db7ff995 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python2-llvmlite-bin
pkgdesc = A lightweight LLVM python binding for writing JIT compilers
- pkgver = 0.13.0
+ pkgver = 0.15.0
pkgrel = 1
url = http://llvmlite.pydata.org
arch = x86_64
license = GPL
depends = python2
+ depends = python2-enum34
provides = python2-llvmlite
conflicts = python2-llvmlite
- source = https://anaconda.org/numba/llvmlite/0.13.0/download/linux-64/llvmlite-0.13.0-py27_0.tar.bz2
- md5sums = 43ec2aaae1b5deef2039ab951320806a
+ source = https://anaconda.org/numba/llvmlite/0.15.0/download/linux-64/llvmlite-0.15.0-py27_0.tar.bz2
+ md5sums = c742c9c7d3a73f9615ac5253ea80f548
pkgname = python2-llvmlite-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3485e50eab92..676a94894ea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Yuri Iozzelli <y.iozzelli@gmail.com>
pkgname=python2-llvmlite-bin
-pkgver=0.13.0
+pkgver=0.15.0
pkgrel=1
epoch=
pkgdesc="A lightweight LLVM python binding for writing JIT compilers"
arch=("x86_64")
url="http://llvmlite.pydata.org"
license=('GPL')
-depends=("python2")
+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=('cdf25f0674da3f95ccda804454f8cd61')
+md5sums=('c742c9c7d3a73f9615ac5253ea80f548')
package() {
cd "$srcdir/lib/python2.7/site-packages"