summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-04-07 09:00:32 -0400
committerAndrew Sun2021-04-07 09:00:32 -0400
commit3056ae5c8ae5852f4faa674c633983639978455f (patch)
tree0ba7eeb111aace69c2f9e49eb3288c4647555cea
parent3cd91cf28b21695e1358cba18d8e528f2982b6c0 (diff)
downloadaur-3056ae5c8ae5852f4faa674c633983639978455f.tar.gz
0.25.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b66216d0ad0..5e24344c2b49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.25.10
+ pkgver = 0.25.11
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.10.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.25.10.tar.gz
- sha256sums = 5b5870b50b67be17792b9ee3819daa70e46ebb00cae65d44806a5164f6abcadd
+ source = lifelines-0.25.11.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.25.11.tar.gz
+ sha256sums = f2ecda8792d62098e90c1e920b2c1bfc536d9ea0077ad8e4504968c8fb765446
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 06d17afcda83..a6a995908e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.25.10
+pkgver=0.25.11
pkgrel=1
pkgdesc="Survival analysis in Python"
url="https://github.com/CamDavidsonPilon/lifelines"
@@ -12,7 +12,7 @@ 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=('5b5870b50b67be17792b9ee3819daa70e46ebb00cae65d44806a5164f6abcadd')
+sha256sums=('f2ecda8792d62098e90c1e920b2c1bfc536d9ea0077ad8e4504968c8fb765446')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"