summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-02-07 08:54:09 +1030
committerWill Handley2020-02-07 08:54:17 +1030
commitca77a4041262e9e3360018a8817f5bb297e93c74 (patch)
tree00d29a9774d2e87af0c5711fde8a964a79c192cb
parentc662b4a0d2efe699327822ffeebfd0e3e700caee (diff)
downloadaur-ca77a4041262e9e3360018a8817f5bb297e93c74.tar.gz
Version 0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13c040f7b930..ee05f49e0a67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-persim
pkgdesc = Distances and representations of persistence diagrams
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/scikit-tda/persim
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-persim
depends = python-scipy
depends = python-hopcroftkarp-git
options = !emptydirs
- source = https://github.com/scikit-tda/persim/archive/v0.1.1.tar.gz
- sha256sums = b845d42f07d256d7004c12a767d55b540b0fc28c0ff719d2a4ccaa6d79b7d155
+ source = https://github.com/scikit-tda/persim/archive/v0.1.2.tar.gz
+ sha256sums = bc8e0e513f9193f541556191e8220ad01ec2bdd02ca6f42d267a7d2bea847b6b
pkgname = python-persim
diff --git a/PKGBUILD b/PKGBUILD
index a51205ff45d7..214f6d086f90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=persim
pkgname=python-$_modulename
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Distances and representations of persistence diagrams"
arch=(any)
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('b845d42f07d256d7004c12a767d55b540b0fc28c0ff719d2a4ccaa6d79b7d155')
+sha256sums=('bc8e0e513f9193f541556191e8220ad01ec2bdd02ca6f42d267a7d2bea847b6b')
package() {
cd "$srcdir/$_modulename-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1