summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-05-01 15:25:48 -0400
committerAndrew Sun2020-05-01 15:25:48 -0400
commitd02378be6b766d5392cee3ccf710bc449e6eaae2 (patch)
tree952ff7d99155d00bfc8236ac6d15e85f1224cd98
parent145def502c2c91ab9b17592d8428b500d236b4d6 (diff)
downloadaur-d02378be6b766d5392cee3ccf710bc449e6eaae2.tar.gz
0.24.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76544b355e47..283137b911fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.24.4
+ pkgver = 0.24.5
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.4.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.4.tar.gz
- sha256sums = 4eb202e0b3e9d4a2814f622b640a4585f18e817fab88aa44814856f57c41846e
+ source = lifelines-0.24.5.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.5.tar.gz
+ sha256sums = b10e12c6df4e6152ad7270b253bca04ed1d01e1ea349d1373fd516790d46fece
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 84df602ef8f7..606d053d304a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.24.4
+pkgver=0.24.5
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=('4eb202e0b3e9d4a2814f622b640a4585f18e817fab88aa44814856f57c41846e')
+sha256sums=('b10e12c6df4e6152ad7270b253bca04ed1d01e1ea349d1373fd516790d46fece')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"