Skip to content

Commit

Permalink
auto update for package python-llvmlite
Browse files Browse the repository at this point in the history
  • Loading branch information
calil committed Nov 29, 2019
1 parent 1862c2e commit 5f25a4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python-llvmlite/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python-llvmlite
pkgver=0.29.0
pkgver=0.30.0
pkgrel=1
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>=7.0.0' 'llvm-libs<8.1.0')
makedepends=('cython' 'llvm>=7.0.0' 'llvm<8.1.0')
depends=('python' 'llvm7-libs>=7.0.0' 'llvm7-libs<8.1.0')
makedepends=('cython' 'llvm7>=7.0.0' 'llvm7<8.1.0')
source=("https://github.com/numba/llvmlite/archive/v$pkgver.tar.gz")
sha256sums=('bcee781c2dc66bed3db5ba85f5c04c4effd38c7c10f5287eebea81cb4dbdce34')
sha256sums=('07b72dfdd8e6e5bc718fc7cd00517b94bf00caf29b387605adb0779c5c63dc28')

build() {
cd "$srcdir/llvmlite-$pkgver"
Expand Down

0 comments on commit 5f25a4c

Please sign in to comment.