summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-05-18 20:32:24 -0400
committerAndrew Sun2020-05-18 20:32:24 -0400
commit320a7b08cf0a2e298580254dea837fa858f9beab (patch)
tree0b2b7a84cec32b7cc7368127870b7aa00b6ddb18
parenta4d0a5b35c20fa22cf1f5d27aa05f637a32c8b74 (diff)
downloadaur-320a7b08cf0a2e298580254dea837fa858f9beab.tar.gz
0.24.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3d38965c9f9..8ca812462662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.24.7
+ pkgver = 0.24.8
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.7.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.7.tar.gz
- sha256sums = be933e0d04fbb48fdb65c0b3eca9c0fa923bf9811d4fd77c1b8fb2564490612f
+ source = lifelines-0.24.8.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.24.8.tar.gz
+ sha256sums = 041b18d72dd8dfa9dddc6482c8fdfcd1dcf348055de0e9a48b29d32e413bb36b
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 918385017f47..9d93c070ee80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.24.7
+pkgver=0.24.8
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=('be933e0d04fbb48fdb65c0b3eca9c0fa923bf9811d4fd77c1b8fb2564490612f')
+sha256sums=('041b18d72dd8dfa9dddc6482c8fdfcd1dcf348055de0e9a48b29d32e413bb36b')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"