summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-27 10:18:03 -0500
committerCarlos Aznarán2024-02-27 10:18:03 -0500
commit8f059c487d5c34f439eb79ba7ef5548c2c7040b4 (patch)
tree2d51d054e5f78af002a3ebe37637b8be2b2cdcd4 /PKGBUILD
parent397ff0f4c61eb095d8d15b553d8e8958b5ee2a3a (diff)
downloadaur-8f059c487d5c34f439eb79ba7ef5548c2c7040b4.tar.gz
Bump version to 0.6.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 581d02dacba3..a07996bf1098 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.6
+pkgver=0.6.7
pkgrel=1
pkgdesc="A Lean Persistent Homology Library for Python"
arch=(x86_64)
@@ -13,8 +13,8 @@ depends=(python-persim)
makedepends=(python-build python-installer python-setuptools python-wheel cython)
checkdepends=(python-pytest)
changelog=CHANGELOG.md
-source=(${_base}.py-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha512sums=('c9128897aefad4a5e4ef27dcfc9e5fa9a04dd7b5a37b7c7818bed1eafb9f289cbda9036db2af13212652f6dea2072f5aba486e490a21f4e5da57c5990efb57dc')
+source=(${_base}.py-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
+sha512sums=('a9c5026372a5bc4808d9c06cd21df3de8a3668fc382e47304a208eb29ade25c9bcee3160b97b0368302eabcdbae364786e9d9ba3baad3263f5702562351880d9')
build() {
cd ${_base}.py-${pkgver}