summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a534c381a35..8afb7d24b3a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ripser
- pkgdesc = nested sampling visualisation
+ pkgdesc = A Lean Persistent Homology Library for Python
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/scikit-tda/ripser.py
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 322aadc7b58b..92a278eb13b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_modulename=ripser
pkgname=python-$_modulename
pkgver=0.4.1
-pkgrel=1
-pkgdesc="nested sampling visualisation"
+pkgrel=2
+pkgdesc="A Lean Persistent Homology Library for Python"
arch=(any)
url="https://github.com/scikit-tda/ripser.py"
license=('MIT')