summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc80781554c9..76e1e91a444d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-llvmlite-bin
pkgdesc = A lightweight LLVM python binding for writing JIT compilers
- pkgver = 0.24.0
+ pkgver = 0.26.0
pkgrel = 1
url = http://llvmlite.pydata.org
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = python-llvmlite-bin
depends = python
provides = python-llvmlite
conflicts = python-llvmlite
- source = https://anaconda.org/numba/llvmlite/0.24.0/download/linux-64/llvmlite-0.24.0-py37hf484d3e_2.tar.bz2
- md5sums = 485ff7c378841a7da498454fa5088ffa
+ source = https://anaconda.org/numba/llvmlite/0.26.0/download/linux-64/llvmlite-0.26.0-py37hf484d3e_0.tar.bz2
+ md5sums = d2578e0fc30c880e78b1511c19ceac73
pkgname = python-llvmlite-bin
diff --git a/PKGBUILD b/PKGBUILD
index 570684c3f725..0c70715ed419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuri Iozzelli <y.iozzelli@gmail.com>
pkgname=python-llvmlite-bin
-pkgver=0.24.0
+pkgver=0.26.0
pkgrel=1
epoch=
pkgdesc="A lightweight LLVM python binding for writing JIT compilers"
@@ -11,11 +11,11 @@ groups=()
depends=("python")
provides=("python-llvmlite")
conflicts=("python-llvmlite")
-source=("https://anaconda.org/numba/llvmlite/0.24.0/download/linux-64/llvmlite-0.24.0-py37hf484d3e_2.tar.bz2")
+source=("https://anaconda.org/numba/llvmlite/0.26.0/download/linux-64/llvmlite-0.26.0-py37hf484d3e_0.tar.bz2")
package() {
cd "$srcdir/lib/python3.7/site-packages"
mkdir -p "$pkgdir/usr/lib/python3.7/site-packages/"
cp -r * "$pkgdir/usr/lib/python3.7/site-packages/"
}
-md5sums=('485ff7c378841a7da498454fa5088ffa')
+md5sums=('d2578e0fc30c880e78b1511c19ceac73')