summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-03 21:33:11 -0500
committerCarlos Aznarán2024-03-03 21:33:11 -0500
commita0aa5d8b288afa6ff9d3cb2618d9405913685369 (patch)
tree7f315edfe2a9440f5896f7aecbe71671dd2d4c78 /PKGBUILD
parent8f059c487d5c34f439eb79ba7ef5548c2c7040b4 (diff)
downloadaur-a0aa5d8b288afa6ff9d3cb2618d9405913685369.tar.gz
Bump version to 0.6.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a07996bf1098..13466dd7bc84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_base=ripser
pkgname=python-${_base}
-pkgver=0.6.7
+pkgver=0.6.8
pkgrel=1
pkgdesc="A Lean Persistent Homology Library for Python"
arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel cython
checkdepends=(python-pytest)
changelog=CHANGELOG.md
source=(${_base}.py-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('a9c5026372a5bc4808d9c06cd21df3de8a3668fc382e47304a208eb29ade25c9bcee3160b97b0368302eabcdbae364786e9d9ba3baad3263f5702562351880d9')
+sha512sums=('86e5f5aeee23428374197ebee7d582e0e61c01acdc8860f1ac089993efb62d400dbfca21a920f9911c603e7604d8ee4f803bd89b1a3cbc5750d4a876fab6aca0')
build() {
cd ${_base}.py-${pkgver}