summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-01-06 16:58:10 -0500
committerAndrew Sun2020-01-06 16:58:10 -0500
commitf00f20fcf36d2f512964e917214b58d532be81c7 (patch)
tree029fd164e4301a3aab52d5b080cc24ca762cc525
parent0e754fe3fb6b61ac3ca21fa7d61e016a4fd9f2ba (diff)
downloadaur-f00f20fcf36d2f512964e917214b58d532be81c7.tar.gz
0.23.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b84fab688cc8..b9907a6fe435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.23.4
+ pkgver = 0.23.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.23.4.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.4.tar.gz
- sha256sums = b090c69e342438dbf21c7636f223a0c10097bbd0006a147e60dc92421bc0f6a4
+ source = lifelines-0.23.5.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.23.5.tar.gz
+ sha256sums = 3c88f7766f3f1bed3745ab5ecf6bb6a9e58af6d564e232b086e1db291b890284
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index a5f15b30ed5a..e1754ba00ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.23.4
+pkgver=0.23.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=('b090c69e342438dbf21c7636f223a0c10097bbd0006a147e60dc92421bc0f6a4')
+sha256sums=('3c88f7766f3f1bed3745ab5ecf6bb6a9e58af6d564e232b086e1db291b890284')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"