summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2023-04-27 08:55:41 -0400
committerAndrew Sun2023-04-27 08:55:41 -0400
commite60e86d213fab68ec748003529e2320f7dc5f972 (patch)
tree86f27cd8835c60c5738f6db7080c69865a082b7c
parentb56dcacd63b48914a60735f85e8f5a3a60950519 (diff)
downloadaur-e60e86d213fab68ec748003529e2320f7dc5f972.tar.gz
0.27.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44ec1b2f78fd..87fbb20e937f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.27.4
+ pkgver = 0.27.5
pkgrel = 1
url = https://github.com/CamDavidsonPilon/lifelines
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-lifelines
depends = python-scikit-learn
depends = python-formulaic
options = !emptydirs
- source = lifelines-0.27.4.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.4.tar.gz
- sha256sums = 6c4962bbe2ee69e1b88a2c73d95ed981a05a10786465e4230841447ca0d64262
+ source = lifelines-0.27.5.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.5.tar.gz
+ sha256sums = 31b74719ca1dc3bb378f623ae5ab6539b49ddd2af2fc4af4b56a174d73fc59e0
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 52117a61ee92..444eb80b33be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.27.4
+pkgver=0.27.5
pkgrel=1
pkgdesc="Survival analysis in Python"
url="https://github.com/CamDavidsonPilon/lifelines"
@@ -12,7 +12,7 @@ depends=('ipython' 'python-autograd-gamma' 'python-matplotlib' 'python-pandas' '
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${_pkgname}-${pkgver}.tar.gz"::"https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('6c4962bbe2ee69e1b88a2c73d95ed981a05a10786465e4230841447ca0d64262')
+sha256sums=('31b74719ca1dc3bb378f623ae5ab6539b49ddd2af2fc4af4b56a174d73fc59e0')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"