summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2020-11-11 21:15:40 +0100
committermschubert2020-11-11 21:15:40 +0100
commit0958220f2e449ad8b20958e3b2226ce7aa9a558d (patch)
tree2f225a0dd68eadb604c7f299a9c1e86d312f840a
parent6c5fb9411d5e647d6a02ec610ffcf7fef05b4533 (diff)
downloadaur-0958220f2e449ad8b20958e3b2226ce7aa9a558d.tar.gz
depend on llvm10,-libs; relbump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dea478d6f820..380ee280be3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = python-llvmlite
pkgdesc = Lightweight LLVM python binding for writing JIT compilers
pkgver = 0.34.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/numba/llvmlite
arch = i686
arch = x86_64
license = BSD
makedepends = cython
- makedepends = llvm>=10.0.0
- makedepends = llvm<10.1.0
+ makedepends = llvm10>=10.0.0
+ makedepends = llvm10<10.1.0
depends = python
- depends = llvm-libs>=10.0.0
- depends = llvm-libs<10.1.0
+ depends = llvm10-libs>=10.0.0
+ depends = llvm10-libs<10.1.0
source = llvmlite-0.34.0.tar.gz::https://github.com/numba/llvmlite/archive/v0.34.0.tar.gz
sha256sums = aea5c33d59145b96251d11971bad26d81810962ab683d107b6ef4a18472d3d9a
diff --git a/PKGBUILD b/PKGBUILD
index 6d49dfb026c7..421717ee7233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-llvmlite
pkgver=0.34.0
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight LLVM python binding for writing JIT compilers"
url="https://github.com/numba/llvmlite"
arch=('i686' 'x86_64')
license=('BSD')
-depends=('python' 'llvm-libs>=10.0.0' 'llvm-libs<10.1.0')
-makedepends=('cython' 'llvm>=10.0.0' 'llvm<10.1.0')
+depends=('python' 'llvm10-libs>=10.0.0' 'llvm10-libs<10.1.0')
+makedepends=('cython' 'llvm10>=10.0.0' 'llvm10<10.1.0')
source=(llvmlite-$pkgver.tar.gz::"https://github.com/numba/llvmlite/archive/v$pkgver.tar.gz")
sha256sums=('aea5c33d59145b96251d11971bad26d81810962ab683d107b6ef4a18472d3d9a')