summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2018-01-29 19:26:23 +0100
committerHector Mtz-Seara2018-01-29 19:26:23 +0100
commit08369ae1b56322682a10653c7e5c09042144ff3e (patch)
tree34d2bd33936601a85a4b1aeb2cdba1851b9893bc
parentfbecc3e4fc91b9b511c726373fb01f313c66bdf6 (diff)
downloadaur-08369ae1b56322682a10653c7e5c09042144ff3e.tar.gz
Updated version 3.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD17
2 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3f5c6c070b9..26710bbb66da 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 = 5
+ pkgver = 3.8.0
+ pkgrel = 1
url = http://msmbuilder.org/
arch = i686
arch = x86_64
@@ -13,10 +13,8 @@ pkgbase = python2-msmbuilder
depends = python2-numpydoc
depends = python2-pytables
options = !libtool
- source = https://github.com/msmbuilder/msmbuilder/archive/3.3.1.tar.gz
- source = patch.i0.c
- sha1sums = fcb5ad6fabb5aead4c78d3fed782665d090c0caa
- sha1sums = f0129777e7f9fb28074b86d47d6bb8b94f763063
+ source = https://github.com/msmbuilder/msmbuilder/archive/3.8.0.tar.gz
+ sha1sums = dce2a640ecd277554b9a425d094737cd136f509d
pkgname = python2-msmbuilder
diff --git a/PKGBUILD b/PKGBUILD
index 5fd52c257ba4..2460aeb79575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=('python2-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=('python2-mdtraj' 'python2-cvxopt' 'python2-scikit-learn' 'python2-numpy
optdepends=()
makedepends=('python2-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 2"