diff options
author | Philip Goto | 2022-05-15 14:40:59 +0200 |
---|---|---|
committer | Philip Goto | 2022-05-15 14:40:59 +0200 |
commit | 3fdb29d692872bade1b110f7429342cdacb427be (patch) | |
tree | 37ff0346315971f13e8b2fa44f3eb536e675a75f | |
parent | 9f66c54204bbb99f60b0bb169c0fda3112f10ae7 (diff) | |
download | aur-3fdb29d692872bade1b110f7429342cdacb427be.tar.gz |
Update to 0.9.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-blis pkgdesc = Fast matrix-multiplication as a self-contained Python library - pkgver = 0.7.7 + pkgver = 0.9.0 pkgrel = 1 url = https://github.com/explosion/cython-blis arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = python-blis depends = python-numpy depends = python-pytest depends = python-hypothesis - source = https://files.pythonhosted.org/packages/source/b/blis/blis-0.7.7.tar.gz - b2sums = 2b4f69317209f808ad7e661392ef6bcd1e3f8e5a7b33a6e4ffe80907f1bdbd4c65a52ca978fa66ea3ad85b2094dd3971e83f0f21e2a0f39f1ee67ce59a95b5b8 + source = https://files.pythonhosted.org/packages/source/b/blis/blis-0.9.0.tar.gz + b2sums = c214630f5f2a1815eaaf6678db72356f042cc8223812f27d67d404b6658b8a5c47d38fd1b955dc29b6f3e7b3a2240e322e61c14737d92657d175651e5c495920 pkgname = python-blis @@ -3,7 +3,7 @@ _pkgname=blis pkgname=python-${_pkgname} -pkgver=0.7.7 +pkgver=0.9.0 pkgrel=1 pkgdesc='Fast matrix-multiplication as a self-contained Python library' arch=(x86_64 aarch64) @@ -17,7 +17,7 @@ depends=( ) makedepends=(python-setuptools) source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") -b2sums=('2b4f69317209f808ad7e661392ef6bcd1e3f8e5a7b33a6e4ffe80907f1bdbd4c65a52ca978fa66ea3ad85b2094dd3971e83f0f21e2a0f39f1ee67ce59a95b5b8') +b2sums=('c214630f5f2a1815eaaf6678db72356f042cc8223812f27d67d404b6658b8a5c47d38fd1b955dc29b6f3e7b3a2240e322e61c14737d92657d175651e5c495920') build() { cd "blis-${pkgver}" |