summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e24344c2b49..7cd0eb5fd6fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.25.11
+ pkgver = 0.26.0
pkgrel = 1
url = https://github.com/CamDavidsonPilon/lifelines
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-lifelines
depends = python-matplotlib
depends = python-pandas
options = !emptydirs
- source = lifelines-0.25.11.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.25.11.tar.gz
- sha256sums = f2ecda8792d62098e90c1e920b2c1bfc536d9ea0077ad8e4504968c8fb765446
+ source = lifelines-0.26.0.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/0.26.0.tar.gz
+ sha256sums = 73ff0e593bd96874ddd2f06bef811b967aedfd64ecb6d66a2483348abce6cf2e
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index a6a995908e9c..c642715422af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.25.11
+pkgver=0.26.0
pkgrel=1
pkgdesc="Survival analysis in Python"
url="https://github.com/CamDavidsonPilon/lifelines"
@@ -11,8 +11,8 @@ license=('MIT')
depends=('python-autograd-gamma' 'python-matplotlib' 'python-pandas')
makedepends=('python-setuptools')
options=(!emptydirs)
-source=("${_pkgname}-${pkgver}.tar.gz"::"https://github.com/CamDavidsonPilon/lifelines/archive/v${pkgver}.tar.gz")
-sha256sums=('f2ecda8792d62098e90c1e920b2c1bfc536d9ea0077ad8e4504968c8fb765446')
+source=("${_pkgname}-${pkgver}.tar.gz"::"https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/${pkgver}.tar.gz")
+sha256sums=('73ff0e593bd96874ddd2f06bef811b967aedfd64ecb6d66a2483348abce6cf2e')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"