summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-05-05 12:50:00 -0400
committerAndrew Sun2020-05-05 12:50:00 -0400
commit759519f156c962ebf1dfcdf6b44acb584173fefb (patch)
tree484f3de24f1f05322727b774bd54edcf6a987509
parentd02378be6b766d5392cee3ccf710bc449e6eaae2 (diff)
downloadaur-759519f156c962ebf1dfcdf6b44acb584173fefb.tar.gz
0.24.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 283137b911fd..d19b86ad9f59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.24.5
+ pkgver = 0.24.6
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.24.5.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.5.tar.gz
- sha256sums = b10e12c6df4e6152ad7270b253bca04ed1d01e1ea349d1373fd516790d46fece
+ source = lifelines-0.24.6.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.6.tar.gz
+ sha256sums = 93e43016dfe40dd7685545c63781d20193c9113b092f1afe1199d25fc6a096b6
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 606d053d304a..dd6f2cc3c269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.24.5
+pkgver=0.24.6
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=('b10e12c6df4e6152ad7270b253bca04ed1d01e1ea349d1373fd516790d46fece')
+sha256sums=('93e43016dfe40dd7685545c63781d20193c9113b092f1afe1199d25fc6a096b6')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"