Date: Sunday, December 13, 2020 @ 10:46:06 Author: arojas Revision: 773981
Update to 1.7.1 Modified: python-sympy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-13 10:45:05 UTC (rev 773980) +++ PKGBUILD 2020-12-13 10:46:06 UTC (rev 773981) @@ -5,7 +5,7 @@ # Contributor: Peter Garceau <[email protected]> pkgname=python-sympy -pkgver=1.7 +pkgver=1.7.1 pkgrel=1 arch=('any') pkgdesc='Symbolic manipulation package (Computer Algebra System), written in pure Python' @@ -15,7 +15,7 @@ optdepends=('ipython: user friendly interface for isympy') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/sympy/sympy/archive/sympy-$pkgver.tar.gz") -sha512sums=('f7bdaff7432436dc888e56d4b56d023c8da5cfb54dfa6955cf7999acceedfd5175f910fb9b3c5776145f3dc3036f78e66813cdba4201be854dfa2c5c9f4e9f4d') +sha512sums=('eb9387bb9c632203af650279f896427556725b7496c00d8dfe97b7476beedbbee5714659f7fb44b4fa986c9567cdcaefcc19401d63e1ca0e9a6c7317855440ea') build() { cd "$srcdir"/sympy-sympy-$pkgver
