summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-10-10 16:08:32 +0800
committerPumpkinCheshire2021-10-10 16:08:32 +0800
commitc35ee26c9a45c9265b289b394a730cbf787793d0 (patch)
treefb4a8d41a42693b202a56569fde9bd7f7aed2bc1
parent80757a58a82d4f072ed6f502170203fd8f78df34 (diff)
downloadaur-c35ee26c9a45c9265b289b394a730cbf787793d0.tar.gz
bump to 0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8c8e0dde562..5955ba4d6a11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-taichi
pkgdesc = Productive & portable programming language for high-performance, sparse & differentiable computing on CPUs & GPUs
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/taichi-dev/taichi
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = python-taichi
optdepends = python-gitpython
optdepends = yapf
optdepends = cuda
- source = https://files.pythonhosted.org/packages/cp39/t/taichi/taichi-0.8.0-cp39-cp39-manylinux1_x86_64.whl
- b2sums = 97b1bfeb4176f5b5b17e3c8c91f5589f7c76f21aa7ddcfadab913d59e135c9f2daa1823e402dfe6e20234f1d43ceebbd784f9d3657b226e95ac4af243f8db516
+ source = https://files.pythonhosted.org/packages/cp39/t/taichi/taichi-0.8.1-cp39-cp39-manylinux1_x86_64.whl
+ b2sums = 035245ff22f02d7915112895d0dc418033ed4c6a781703da7b667d31e39841e753adb1e2da854ea4e12c675725ff32d12f0cef67a74fb96c1b0be8c445f1620f
pkgname = python-taichi
diff --git a/PKGBUILD b/PKGBUILD
index 8744fe517b32..f6c6b31fabe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-taichi
_name=${pkgname#python-}
_py=cp39
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc='Productive & portable programming language for high-performance, sparse & differentiable computing on CPUs & GPUs'
url='https://github.com/taichi-dev/taichi'
@@ -31,7 +31,7 @@ optdepends=(
'cuda')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/$_py/${_name::1}/$_name/${_name//-/_}-$pkgver-$_py-$_py-manylinux1_x86_64.whl")
-b2sums=('97b1bfeb4176f5b5b17e3c8c91f5589f7c76f21aa7ddcfadab913d59e135c9f2daa1823e402dfe6e20234f1d43ceebbd784f9d3657b226e95ac4af243f8db516')
+b2sums=('035245ff22f02d7915112895d0dc418033ed4c6a781703da7b667d31e39841e753adb1e2da854ea4e12c675725ff32d12f0cef67a74fb96c1b0be8c445f1620f')
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-warn-script-location --no-deps ${_name//-/_}-$pkgver-$_py-$_py-manylinux1_x86_64.whl