summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Martinez-Seara2019-10-15 18:03:09 +0200
committerHector Martinez-Seara2019-10-15 18:03:09 +0200
commit7d1e7abe0db0670170bfb053365bba694fbe43b7 (patch)
tree3a8c01c6831c5aece2203399d7db7d5275b78d0d
parent6e8ccb4c0c1fc4851b26a598ae09c82c035f5b99 (diff)
downloadaur-7d1e7abe0db0670170bfb053365bba694fbe43b7.tar.gz
Updated to plumed-2.5.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aedba773d79b..ca2cdc4c6d35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = plumed
pkgdesc = An open source plugin for free energy calculations in molecular systems which works together with some of the most popular molecular dynamics engines.
- pkgver = 2.5.2
- pkgrel = 2
+ pkgver = 2.5.3
+ pkgrel = 1
url = http://www.plumed.org/
- arch = i686
arch = x86_64
license = GPL
makedepends = vim
@@ -14,8 +13,8 @@ pkgbase = plumed
depends = gcc8
optdepends = vmd-molfile-plugins: Add capability to read vmd compatible trajectories
provides = plumed
- source = https://github.com/plumed/plumed2/releases/download/v2.5.2/plumed-2.5.2.tgz
- sha1sums = 5f0944c126e00e27601aca841a94dd397fd33dc6
+ source = https://github.com/plumed/plumed2/releases/download/v2.5.3/plumed-2.5.3.tgz
+ sha256sums = e59fb5d7c4ee9a21cd0a82c361bbab472cddf07475db8e70ed83549ba7e41331
pkgname = plumed
diff --git a/PKGBUILD b/PKGBUILD
index 979d9201d3cf..6492a7e085f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Maintainer: Hector Martinez-Seara Monne <hseara ##[at]## gmail?com>
pkgname=plumed
-pkgver=2.5.2
-pkgrel=2
+pkgver=2.5.3
+pkgrel=1
pkgdesc="An open source plugin for free energy calculations in molecular systems which works together with some of the most popular molecular dynamics engines."
url="http://www.plumed.org/"
license=("GPL")
-arch=(i686 x86_64)
+arch=("x86_64")
depends=('lapack' 'zlib' 'gsl' 'netcdf' 'gcc8')
optdepends=('vmd-molfile-plugins: Add capability to read vmd compatible trajectories')
makedepends=('vim')
provides=('plumed')
#install=$pkgname.install
source=( https://github.com/plumed/plumed2/releases/download/v${pkgver}/plumed-${pkgver}.tgz)
-sha1sums=('5f0944c126e00e27601aca841a94dd397fd33dc6')
+sha256sums=('e59fb5d7c4ee9a21cd0a82c361bbab472cddf07475db8e70ed83549ba7e41331')
#options=(!buildflags)
#Using gcc8 as compiler due to linking problems with gromacs-plumed