summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9e1b5fe28a6..d94b8bd81774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=('python-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=('python-mdtraj' 'python-cvxopt' 'python-scikit-learn')
-optdepends=('python-numpydoc: XXX')
+depends=('python-mdtraj' 'python-cvxopt' 'python-scikit-learn' 'python-pytables' 'python-numpydoc')
+optdepends=()
makedepends=('python-setuptools')
options=('!libtool')
source=("https://github.com/msmbuilder/msmbuilder/archive/${pkgver}.tar.gz"