summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-05-18 12:56:36 -0400
committerAndrew Sun2020-05-18 12:56:36 -0400
commita4d0a5b35c20fa22cf1f5d27aa05f637a32c8b74 (patch)
tree6184bfacb2614aea20be7bdd2a803b3ad0744c12
parent759519f156c962ebf1dfcdf6b44acb584173fefb (diff)
downloadaur-a4d0a5b35c20fa22cf1f5d27aa05f637a32c8b74.tar.gz
0.24.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d19b86ad9f59..d3d38965c9f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.24.6
+ pkgver = 0.24.7
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.24.6.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.6.tar.gz
- sha256sums = 93e43016dfe40dd7685545c63781d20193c9113b092f1afe1199d25fc6a096b6
+ source = lifelines-0.24.7.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.7.tar.gz
+ sha256sums = be933e0d04fbb48fdb65c0b3eca9c0fa923bf9811d4fd77c1b8fb2564490612f
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index dd6f2cc3c269..918385017f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.24.6
+pkgver=0.24.7
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=('93e43016dfe40dd7685545c63781d20193c9113b092f1afe1199d25fc6a096b6')
+sha256sums=('be933e0d04fbb48fdb65c0b3eca9c0fa923bf9811d4fd77c1b8fb2564490612f')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"