summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-01-08 11:48:32 -0500
committerAndrew Sun2020-01-08 11:48:32 -0500
commita51e756f5ab54e3ebd3daf1e56143973f6808c7d (patch)
tree9445144655e465940bd855fde89ef3707f724625
parentf00f20fcf36d2f512964e917214b58d532be81c7 (diff)
downloadaur-a51e756f5ab54e3ebd3daf1e56143973f6808c7d.tar.gz
0.23.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9907a6fe435..21ab2cf674a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.23.5
+ pkgver = 0.23.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.23.5.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.5.tar.gz
- sha256sums = 3c88f7766f3f1bed3745ab5ecf6bb6a9e58af6d564e232b086e1db291b890284
+ source = lifelines-0.23.6.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.6.tar.gz
+ sha256sums = 50aa770842dc13bd5f3fead1b8821938ef723b04580d77cf802569fae772b61a
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index e1754ba00ae2..2b08bb86ecc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.23.5
+pkgver=0.23.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=('3c88f7766f3f1bed3745ab5ecf6bb6a9e58af6d564e232b086e1db291b890284')
+sha256sums=('50aa770842dc13bd5f3fead1b8821938ef723b04580d77cf802569fae772b61a')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"