summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-09-29 22:08:59 -0400
committerAndrew Sun2019-09-29 22:08:59 -0400
commitb894e65062a6c840a1039114817aafb0baab75fa (patch)
tree5e6991ad30d8849604df6c1903c793c23cddd767
parente8ecba24188460e5a91264c9e80bb73dc1b05a2b (diff)
downloadaur-b894e65062a6c840a1039114817aafb0baab75fa.tar.gz
0.22.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a9eef10d420..e689d59a1132 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.22.6
+ pkgver = 0.22.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.22.6.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.22.6.tar.gz
- sha256sums = ccacd8a316ef8fdcfa7c022d28304d33734b8d24dc709c8c3862b1eca4416aad
+ source = lifelines-0.22.7.tar.gz::https://github.com/CamDavidsonPilon/lifelines/archive/v0.22.7.tar.gz
+ sha256sums = 77351e10bee82776fd0845e0ae1d8c9f4c1485c69762946e8700f5173b65f83c
pkgname = python-lifelines
diff --git a/PKGBUILD b/PKGBUILD
index 3ac5b9fef558..1c8015f1657a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.22.6
+pkgver=0.22.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=('ccacd8a316ef8fdcfa7c022d28304d33734b8d24dc709c8c3862b1eca4416aad')
+sha256sums=('77351e10bee82776fd0845e0ae1d8c9f4c1485c69762946e8700f5173b65f83c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"