summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-09-08 06:17:59 -0400
committerAndrew Sun2022-09-08 06:17:59 -0400
commitef3eac42a26dcfdfc1ebb37a0d1d2ff2d1960d84 (patch)
tree47c565aa3aa8573cefc9fda9b2d0d547719561b4
parentabb8a45dfa39aef9c99251a1698c80ac6ed21b73 (diff)
downloadaur-ef3eac42a26dcfdfc1ebb37a0d1d2ff2d1960d84.tar.gz
0.27.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 565094d317aa..161d98a0e6a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.27.1
+ pkgver = 0.27.2
pkgrel = 1
url = https://github.com/CamDavidsonPilon/lifelines
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-lifelines
depends = python-pandas
depends = python-formulaic
options = !emptydirs
- source = lifelines-0.27.1.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.1.tar.gz
- sha256sums = 799614c584aaf1acc08948dd64356f9ffd66dd1dc18d0296b5c4bde06b67cd3c
+ source = lifelines-0.27.2.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.2.tar.gz
+ sha256sums = 25c132dffe2700ef71834a88522d5c0bec399b769a59a1a4c8c46fde147ab31d
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 80be083295de..6b8c41974ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.27.1
+pkgver=0.27.2
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' 'python-for
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${_pkgname}-${pkgver}.tar.gz"::"https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('799614c584aaf1acc08948dd64356f9ffd66dd1dc18d0296b5c4bde06b67cd3c')
+sha256sums=('25c132dffe2700ef71834a88522d5c0bec399b769a59a1a4c8c46fde147ab31d')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"