summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-08-20 10:45:53 +0200
committerMichel Zou2016-08-20 10:45:53 +0200
commit5e98ec76ec13e1978d1ae0fc20cfc0bbcb3ef514 (patch)
tree7969feab85645770f27d47be22273e98d9cbbbbe
parent4680b885c374fe284ce1fde2e68c44968aed16a7 (diff)
downloadaur-5e98ec76ec13e1978d1ae0fc20cfc0bbcb3ef514.tar.gz
0.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c389335eaf27..1ea25da3d85f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 20 08:35:13 UTC 2016
+# Sat Aug 20 08:45:53 UTC 2016
pkgbase = python-lifelines
pkgdesc = Survival analysis in Python
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = http://lifelines.readthedocs.org
arch = i686
@@ -10,11 +10,9 @@ pkgbase = python-lifelines
license = custom
makedepends = python-setuptools
makedepends = python2-setuptools
- makedepends = python-scipy
- makedepends = python2-scipy
options = !buildflags
- source = https://github.com/CamDavidsonPilon/lifelines/archive/v0.7.0.tar.gz
- md5sums = 274cace9ad9e0d08df97c54448e0f7e5
+ source = https://github.com/CamDavidsonPilon/lifelines/archive/v0.8.0.tar.gz
+ md5sums = 62d37d58cfd489307dbb9b9edf6114a1
pkgname = python-lifelines
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 7881a846c8ba..2b639f16220c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgbase=python-lifelines
pkgname=('python-lifelines' 'python2-lifelines')
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="Survival analysis in Python"
url="http://lifelines.readthedocs.org"
arch=('i686' 'x86_64')
license=('custom')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-scipy' 'python2-scipy')
+makedepends=('python-setuptools' 'python2-setuptools')
options=('!buildflags')
source=("https://github.com/CamDavidsonPilon/lifelines/archive/v${pkgver}.tar.gz")
-md5sums=('274cace9ad9e0d08df97c54448e0f7e5')
+md5sums=('62d37d58cfd489307dbb9b9edf6114a1')
build() {
cp -r "${srcdir}"/lifelines-$pkgver "${srcdir}"/lifelines-$pkgver-py2