summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2022-06-26 19:32:30 -0400
committerAndrew Sun2022-06-26 19:32:30 -0400
commitabb8a45dfa39aef9c99251a1698c80ac6ed21b73 (patch)
tree8d86bc0cb2f30b6a21ad01d0c400f9c442e0eb93
parenta8cd20c287407ef7937ad489a501be9e97f00705 (diff)
downloadaur-abb8a45dfa39aef9c99251a1698c80ac6ed21b73.tar.gz
0.27.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69c65bd10760..565094d317aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.27.0
+ pkgver = 0.27.1
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.0.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.0.tar.gz
- sha256sums = 1d88e7b532f8be820244f23f97b4f9ab404bc7c25d354486c48b9fd3244beb03
+ source = lifelines-0.27.1.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v0.27.1.tar.gz
+ sha256sums = 799614c584aaf1acc08948dd64356f9ffd66dd1dc18d0296b5c4bde06b67cd3c
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 22b62083008f..80be083295de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.27.0
+pkgver=0.27.1
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=('1d88e7b532f8be820244f23f97b4f9ab404bc7c25d354486c48b9fd3244beb03')
+sha256sums=('799614c584aaf1acc08948dd64356f9ffd66dd1dc18d0296b5c4bde06b67cd3c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"