Skip to content

Commit

Permalink
python-sympy: update to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Sep 23, 2024
1 parent 646ed3c commit fcb681e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-sympy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=sympy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.13.2
pkgver=1.13.3
pkgrel=1
pkgdesc="Symbolic manipulation package (Computer Algebra System), written in pure Python (mingw-w64)"
arch=('any')
Expand All @@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
options=(!strip)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
sha256sums=('401449d84d07be9d0c7a46a64bd54fe097667d5e7181bfe67ec777be9e01cb13')
sha256sums=('b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit fcb681e

Please sign in to comment.