[arch-commits] Commit in python-sympy/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Oct 1 17:37:48 UTC 2021
Date: Friday, October 1, 2021 @ 17:37:48
Author: arojas
Revision: 1026483
Update to 1.9
Modified:
python-sympy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-01 17:37:47 UTC (rev 1026482)
+++ PKGBUILD 2021-10-01 17:37:48 UTC (rev 1026483)
@@ -5,7 +5,7 @@
# Contributor: Peter Garceau <RockyChimp at gmail.com>
pkgname=python-sympy
-pkgver=1.8
+pkgver=1.9
pkgrel=1
arch=('any')
pkgdesc='Symbolic manipulation package (Computer Algebra System), written in pure Python'
@@ -15,8 +15,8 @@
optdepends=('ipython: user friendly interface for isympy'
'python-symengine: optimized backend, set USE_SYMENGINE=1 to use')
makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sympy/sympy/archive/sympy-$pkgver.tar.gz")
-sha512sums=('61141e1d0a6105e725fb415edbdf981b3aa95debcfe73f9da5ca36afc7a70e91b5c28ed45454054c1b9a8d45e42bfe724e5b20da717746c301fd095da17f4db7')
+source=("https://github.com/sympy/sympy/archive/sympy-$pkgver/sympy-$pkgver.tar.gz")
+sha512sums=('139712219ba6bf420ba89b3f8d086ab8883c5ab965e9308ba9ee665ac3ac69a9b16fa30c6f5dfbc77dd34873ff3ff95c0d058954d7f9d853f5e9537efc24dd3c')
build() {
cd sympy-sympy-$pkgver
More information about the arch-commits
mailing list