summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-04-14 08:03:09 -0400
committerAndrew Sun2020-04-14 08:03:09 -0400
commit145def502c2c91ab9b17592d8428b500d236b4d6 (patch)
treed4b614c646be74784791ff0324e9aaf53aa77abc
parent696293e62de96661efc3c674dd990ba21745dc8e (diff)
downloadaur-145def502c2c91ab9b17592d8428b500d236b4d6.tar.gz
0.24.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cef7a593e84..76544b355e47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.24.3
+ pkgver = 0.24.4
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.3.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.3.tar.gz
- sha256sums = fc3fca8b09f87358a3488ea50041ee7511a6ee2266653d7441de3150c992c396
+ source = lifelines-0.24.4.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.4.tar.gz
+ sha256sums = 4eb202e0b3e9d4a2814f622b640a4585f18e817fab88aa44814856f57c41846e
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 48dc063d506f..84df602ef8f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.24.3
+pkgver=0.24.4
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=('fc3fca8b09f87358a3488ea50041ee7511a6ee2266653d7441de3150c992c396')
+sha256sums=('4eb202e0b3e9d4a2814f622b640a4585f18e817fab88aa44814856f57c41846e')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"