summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHector Mtz-Seara2018-01-29 19:24:13 +0100
committerHector Mtz-Seara2018-01-29 19:24:13 +0100
commit466a09a56ea451e5e8fa064e4dd42407cf5f0667 (patch)
tree5e8c9499890426bf14fe4ece733541e54cbd3f96 /PKGBUILD
parentbc7420bf8b4c208cffe1c5e0dff8d8e45a0869ad (diff)
downloadaur-466a09a56ea451e5e8fa064e4dd42407cf5f0667.tar.gz
Updated version 3.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 4 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d94b8bd81774..e152641fc8a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=('python-msmbuilder')
-pkgver=3.3.1
-pkgrel=5
+pkgver=3.8.0
+pkgrel=1
pkgdesc='A python package which implements a series of statistical models for high-dimensional time-series'
url='http://msmbuilder.org/'
license=("LGPL")
@@ -12,17 +12,8 @@ depends=('python-mdtraj' 'python-cvxopt' 'python-scikit-learn' 'python-pytables'
optdepends=()
makedepends=('python-setuptools')
options=('!libtool')
-source=("https://github.com/msmbuilder/msmbuilder/archive/${pkgver}.tar.gz"
- "patch.i0.c")
-sha1sums=('fcb5ad6fabb5aead4c78d3fed782665d090c0caa'
- 'f0129777e7f9fb28074b86d47d6bb8b94f763063')
-
-prepare() {
- cd "$srcdir"
- cp patch.i0.c msmbuilder-3.3.1/msmbuilder/hmm/cephes/
- cd msmbuilder-3.3.1/msmbuilder/hmm/cephes/
- patch i0.c < patch.i0.c
-}
+source=("https://github.com/msmbuilder/msmbuilder/archive/${pkgver}.tar.gz")
+sha1sums=('dce2a640ecd277554b9a425d094737cd136f509d')
build() {
msg2 "Building msmbuilder - Python 3"