Date: Sunday, October 18, 2020 @ 17:51:16 Author: svenstaro Revision: 726760
upgpkg: python-opt_einsum 3.3.0-1 Modified: python-opt_einsum/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-18 17:49:49 UTC (rev 726759) +++ PKGBUILD 2020-10-18 17:51:16 UTC (rev 726760) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Adrien Wu <[email protected]> pkgname=python-opt_einsum -pkgver=3.2.1 +pkgver=3.3.0 pkgrel=1 pkgdesc="Optimizing einsum functions in NumPy, Tensorflow, Dask, and more with contraction order optimization" url="https://github.com/dgasmith/opt_einsum" @@ -11,7 +11,7 @@ makedepends=('python-setuptools') _name=opt_einsum source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -sha256sums=('83b76a98d18ae6a5cc7a0d88955a7f74881f0e567a0f4c949d24c942753eb998') +sha256sums=('59f6475f77bbc37dcf7cd748519c0ec60722e91e63ca114e68821c0c54a46549') build() { cd "$srcdir/$_name-$pkgver"
