summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-11-08 12:22:36 -0500
committerAndrew Sun2019-11-08 12:22:36 -0500
commit99b50a3d4898957bc24f4c5b6db85384d7ec25a1 (patch)
tree4bf68d35f484465ff92357bcc0bdfec647927a99
parentec306dd6f4c1298dae75bdf8639401fac7f86e1f (diff)
downloadaur-99b50a3d4898957bc24f4c5b6db85384d7ec25a1.tar.gz
python-lifelines: update to 0.22.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3423720c4a7..da6c7d2118d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.22.9
+ pkgver = 0.22.10
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.22.9.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.22.9.tar.gz
- sha256sums = 34dd9a94a7e8d199b04d5ff3530dd976e62f6f71ef45ce8e49a793ab675f5a7f
+ source = lifelines-0.22.10.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.22.10.tar.gz
+ sha256sums = 710c799bca593f9a6667cfc747234e01de7bf6798b41310d41a2550d7a28e5cf
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index dab76a09795f..0b1264c33414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.22.9
+pkgver=0.22.10
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=('34dd9a94a7e8d199b04d5ff3530dd976e62f6f71ef45ce8e49a793ab675f5a7f')
+sha256sums=('710c799bca593f9a6667cfc747234e01de7bf6798b41310d41a2550d7a28e5cf')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"