summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-08-20 10:45:53 +0200
committerMichel Zou2016-08-20 10:45:53 +0200
commit5e98ec76ec13e1978d1ae0fc20cfc0bbcb3ef514 (patch)
tree7969feab85645770f27d47be22273e98d9cbbbbe /PKGBUILD
parent4680b885c374fe284ce1fde2e68c44968aed16a7 (diff)
downloadaur-5e98ec76ec13e1978d1ae0fc20cfc0bbcb3ef514.tar.gz
0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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