summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2021-09-07 12:03:00 +0200
committerHector Mtz-Seara2021-09-07 12:03:00 +0200
commit4fc2315af0ce284edcf2870a5cc7e36cd5c70bf2 (patch)
tree71204b82681627081f397c84f270d2e019ce25a8
parentecbb8375068e2897ebdfc507daf3fc4359fd8256 (diff)
downloadaur-4fc2315af0ce284edcf2870a5cc7e36cd5c70bf2.tar.gz
Updated to 1.9.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9c5f84bed46..05a025e7be5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mdtraj
pkgdesc = A modern, open library for the analysis of molecular dynamics trajectories
- pkgver = 1.9.5
+ pkgver = 1.9.6
pkgrel = 1
url = http://mdtraj.org/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = python-mdtraj
makedepends = python-setuptools
makedepends = cython
options = !libtool
- source = https://github.com/SimTk/mdtraj/archive/1.9.5.tar.gz
- sha256sums = ed2a72b85e765024f8d533da26dad026944d0e385b04af7b66572f676ef92040
+ source = https://github.com/SimTk/mdtraj/archive/1.9.6.tar.gz
+ sha256sums = c0614710e65f47701751c697db90638aa382bf650edde48c497dd8514cf13593
pkgname = python-mdtraj
depends = python-numpy
@@ -19,4 +19,3 @@ pkgname = python-mdtraj
optdepends = python-scripttest: To run some of the tests with nose "nosetest -v mdtraj".
optdepends = python-networkx: Required for some of the functions
optdepends = python-pytables: Working with HDF5 formatted trajectories requires the PyTables package.
-
diff --git a/PKGBUILD b/PKGBUILD
index 70fe812d9d4b..01df7b3b9e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('python-mdtraj')
-pkgver=1.9.5
+pkgver=1.9.6
pkgrel=1
pkgdesc='A modern, open library for the analysis of molecular dynamics trajectories'
url='http://mdtraj.org/'
@@ -13,7 +13,7 @@ depends=()
makedepends=('python-setuptools' 'cython')
options=('!libtool')
source=("https://github.com/SimTk/mdtraj/archive/${pkgver}.tar.gz")
-sha256sums=('ed2a72b85e765024f8d533da26dad026944d0e385b04af7b66572f676ef92040')
+sha256sums=('c0614710e65f47701751c697db90638aa382bf650edde48c497dd8514cf13593')
#Using gcc8 as compiler due to compilation problems
#export CC=gcc-8