summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2016-03-10 13:20:14 +0100
committerHector Mtz-Seara2016-03-10 13:20:14 +0100
commitfbecc3e4fc91b9b511c726373fb01f313c66bdf6 (patch)
tree513353186a4267bf782df50c307c8747a60a837e
parent5fc41d037ce5282f7715640e4db55fdc5a549f1e (diff)
downloadaur-fbecc3e4fc91b9b511c726373fb01f313c66bdf6.tar.gz
Added python-numpydoc and python-pytables to the depend array
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdadbfcb6a49..b3f5c6c070b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-msmbuilder
pkgdesc = A python package which implements a series of statistical models for high-dimensional time-series
pkgver = 3.3.1
- pkgrel = 4
+ pkgrel = 5
url = http://msmbuilder.org/
arch = i686
arch = x86_64
@@ -10,7 +10,8 @@ pkgbase = python2-msmbuilder
depends = python2-mdtraj
depends = python2-cvxopt
depends = python2-scikit-learn
- optdepends = python2-numpydoc: XXX
+ depends = python2-numpydoc
+ depends = python2-pytables
options = !libtool
source = https://github.com/msmbuilder/msmbuilder/archive/3.3.1.tar.gz
source = patch.i0.c
diff --git a/PKGBUILD b/PKGBUILD
index fe8d974e597f..5fd52c257ba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=('python2-msmbuilder')
pkgver=3.3.1
-pkgrel=4
+pkgrel=5
pkgdesc='A python package which implements a series of statistical models for high-dimensional time-series'
url='http://msmbuilder.org/'
license=("LGPL")
arch=('i686' 'x86_64')
-depends=('python2-mdtraj' 'python2-cvxopt' 'python2-scikit-learn')
-optdepends=('python2-numpydoc: XXX')
+depends=('python2-mdtraj' 'python2-cvxopt' 'python2-scikit-learn' 'python2-numpydoc' 'python2-pytables')
+optdepends=()
makedepends=('python2-setuptools')
options=('!libtool')
source=("https://github.com/msmbuilder/msmbuilder/archive/${pkgver}.tar.gz"