summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuri Iozzelli2017-01-18 11:48:52 +0100
committerYuri Iozzelli2017-01-18 11:48:52 +0100
commit710771136fca2c36ac60c9835d80f54419057a34 (patch)
tree63ce1afc8cdd0b26437dcb19acb21bcbf0257df7 /PKGBUILD
parent3892a2baded748b898e19e5ffac6382d3cc7b070 (diff)
downloadaur-710771136fca2c36ac60c9835d80f54419057a34.tar.gz
updated to 0.15 ad added python-enum34 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"