summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2015-10-04 21:47:04 +0100
committermschubert2015-10-04 21:47:04 +0100
commit1bbac792ee1eb50cb19454a9ae115562da0098e7 (patch)
treebb38f61102e0187a10935bff91810ca70847158c /PKGBUILD
parent8425193da115c6b2d5a00a3c4f646105d858c0ad (diff)
downloadaur-1bbac792ee1eb50cb19454a9ae115562da0098e7.tar.gz
depend on clang<3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf365c9f976c..b6b61195df8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
-
pkgname=python-llvmlite
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight LLVM python binding for writing JIT compilers"
url="http://numba.pydata.org/"
arch=('i686' 'x86_64')
license=('BSD')
-depends=('python' 'llvm')
+depends=('python' 'llvm<3.7.0')
makedepends=('cython')
source=("https://github.com/numba/llvmlite/archive/v$pkgver.tar.gz")
md5sums=('712b1b2267dc312c1806b2667bc761bc')