summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-03-06 09:44:33 -0500
committerAndrew Sun2020-03-06 09:44:33 -0500
commit95bb20ff1efdd724323d72b4b45e8bbb257db6d2 (patch)
tree7e9fdd52891d98c9a8a62c22dbed8863d25662b5
parent45c49532155e6e7fc6d0c4f90a883ce626a26801 (diff)
downloadaur-95bb20ff1efdd724323d72b4b45e8bbb257db6d2.tar.gz
0.24.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63fc87c5052c..bd662326edc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.24.0
+ pkgver = 0.24.1
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.0.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.0.tar.gz
- sha256sums = d79e3f71e95eafcb42c4e8c6ca76fdfdb2517cbddc12ec8c8761613a9f3bb574
+ source = lifelines-0.24.1.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.1.tar.gz
+ sha256sums = 9167b59455f57b1944dfb3e504d1eff0f6b3c83199d651b1f988826175e41068
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 2d9bff500d4f..5f2e87da7de1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.24.0
+pkgver=0.24.1
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=('d79e3f71e95eafcb42c4e8c6ca76fdfdb2517cbddc12ec8c8761613a9f3bb574')
+sha256sums=('9167b59455f57b1944dfb3e504d1eff0f6b3c83199d651b1f988826175e41068')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"