summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-12-02 09:11:21 +0000
committerWill Handley2020-12-02 09:11:21 +0000
commit5300bc54166d3ea15591fb796c9e7a904fdf2a41 (patch)
tree89421c73c759b1afac02a16833d82cdcc9551325
parentca77a4041262e9e3360018a8817f5bb297e93c74 (diff)
downloadaur-5300bc54166d3ea15591fb796c9e7a904fdf2a41.tar.gz
Python 3.9 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee05f49e0a67..31e63c7d82f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-persim
pkgdesc = Distances and representations of persistence diagrams
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/scikit-tda/persim
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 214f6d086f90..149112dfb58b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modulename=persim
pkgname=python-$_modulename
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Distances and representations of persistence diagrams"
arch=(any)
url="https://github.com/scikit-tda/persim"