summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Iozzelli2021-06-10 15:33:57 +0200
committerYuri Iozzelli2021-06-10 15:33:57 +0200
commitc4969b0152bac1c99c20be3023e3b1623038d67f (patch)
treefa1037719b1c07a7afec46b29c822aa02a646cf2
parentfa36dd49e987a4e880e21bc95c3d8a2fd1d188e9 (diff)
downloadaur-c4969b0152bac1c99c20be3023e3b1623038d67f.tar.gz
Actually update version to 0.36.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3dc1ebd92db..6a6b8db19e24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-llvmlite-bin
pkgdesc = A lightweight LLVM python binding for writing JIT compilers
- pkgver = 0.34.0
+ pkgver = 0.36.0
pkgrel = 1
url = http://llvmlite.pydata.org
arch = x86_64
license = GPL
depends = python
- provides = python-llvmlite=0.34.0
+ provides = python-llvmlite=0.36.0
conflicts = python-llvmlite
source = https://anaconda.org/numba/llvmlite/0.36.0/download/linux-64/llvmlite-0.36.0-py39hf484d3e_0.tar.bz2
md5sums = 1081b386df161cb7c2ec757aeb20c0e5
diff --git a/PKGBUILD b/PKGBUILD
index ef67297c46b8..c779ade0bc2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Yuri Iozzelli <y.iozzelli@gmail.com>
pkgname=python-llvmlite-bin
-pkgver=0.34.0
+pkgver=0.36.0
pkgrel=1
epoch=
pkgdesc="A lightweight LLVM python binding for writing JIT compilers"