summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-10-26 10:25:46 +0800
committerPumpkinCheshire2021-10-26 10:25:46 +0800
commitc06a9eb1e0bfaf3d572b0d6d4eb35930daffe049 (patch)
treee62dd878a60888da5850d6b211a3946869e5764b
parentc35ee26c9a45c9265b289b394a730cbf787793d0 (diff)
downloadaur-c06a9eb1e0bfaf3d572b0d6d4eb35930daffe049.tar.gz
bump to 0.8.3
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6c6b31fabe6..98a0d40467d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-taichi
_name=${pkgname#python-}
_py=cp39
-pkgver=0.8.1
+pkgver=0.8.3
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=('035245ff22f02d7915112895d0dc418033ed4c6a781703da7b667d31e39841e753adb1e2da854ea4e12c675725ff32d12f0cef67a74fb96c1b0be8c445f1620f')
+b2sums=('bd19a605d0160d05cb90c53319e8772f8107b3c39d83658af043fa13ae0ea50a7283e34f22705f8490271dc1fd691267a34dbc8648550b6b4c3a490e01a97292')
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