summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Brendel2019-03-05 14:43:18 -0800
committerChris Brendel2019-03-05 14:43:18 -0800
commitd0692c35cf721a5b8ff7a4a894e48c9b4329257c (patch)
tree557a1fc183c55b282f600cff60d3266a3bffa476
parent184a59c3f607d5dec7520b3aaf8b003fb5337185 (diff)
downloadaur-d0692c35cf721a5b8ff7a4a894e48c9b4329257c.tar.gz
Updated to 0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4430bbe67363..9e4048225611 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-blis
pkgdesc = The Blis linear algebra routines as a self-contained Python C-extension
- pkgver = 0.1.0
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/explosion/cython-blis
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-blis
depends = python-numpy
depends = python-pytest
depends = python-hypothesis
- source = python-blis-0.1.0.tar.gz::https://github.com/explosion/cython-blis/archive/v0.1.0.tar.gz
- md5sums = b36cf1c713d10473be866a16bbe733e3
+ source = python-blis-0.2.3.tar.gz::https://github.com/explosion/cython-blis/archive/v0.2.3.tar.gz
+ md5sums = 404155b7e87c728a699b64fa8260cb58
pkgname = python-blis
diff --git a/PKGBUILD b/PKGBUILD
index eac22137f32a..64f080cdd120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Python package author: Matthew Honnibal <matt@explosion.ai>
pkgname=python-blis
_origpkgname=cython-blis
-pkgver=0.1.0
+pkgver=0.2.3
pkgrel=1
pkgdesc="The Blis linear algebra routines as a self-contained Python C-extension"
arch=("x86_64")
@@ -11,7 +11,7 @@ license=("MIT")
depends=("cython" "python-numpy" "python-pytest" "python-hypothesis")
makedepends=("python-setuptools" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::https://github.com/explosion/cython-blis/archive/v$pkgver.tar.gz")
-md5sums=('b36cf1c713d10473be866a16bbe733e3')
+md5sums=('404155b7e87c728a699b64fa8260cb58')
prepare() {
# Change gcc-6 to gcc to avoid that dep. I originally made a patch here,