summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-07 18:43:37 -0500
committerCarlos Aznarán2024-03-07 18:43:37 -0500
commit69869dc9b05c36d7a4c612ddd5a4952b5d2a731d (patch)
treedacb32687abe52297971d428e38a4a76bea472c7 /PKGBUILD
parentee6e598558eecc32e597f50079a93d539c0ca0b9 (diff)
downloadaur-python-persim.tar.gz
Bump version to 0.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcd979b23240..0a2e52923fcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_base=persim
pkgname=python-${_base}
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
pkgdesc="Distances and representations of persistence diagrams"
arch=(any)
@@ -13,7 +13,7 @@ depends=(python-scikit-learn python-matplotlib python-hopcroftkarp python-deprec
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
-sha512sums=('acb7d97cbf5b6f681fcdbe72300ef51283dfb4a586e958183fbcd108b670884b490ca868b033045eabdbe12455733bbf63b98cad1e63cb5c15488d8772f8c781')
+sha512sums=('d2a554cc271d76c95ae7a8d41864998c86ff0f81282420da4a9f95004b424690359d9703a5fa987275ec438a879b7fb994ec630b551eef260b85f2ca0d9aa002')
build() {
cd ${_base}-${pkgver}