summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2018-01-12 15:25:23 +0100
committerHector Mtz-Seara2018-01-12 15:25:23 +0100
commit42c31d54ad30686d987d9280f20276bd4b63511d (patch)
tree793ce8cb2d5caceaac8ef879dba86961fb2e06f1
parentd704467b1012ab09b4cb3c7882982d929c1dc329 (diff)
downloadaur-42c31d54ad30686d987d9280f20276bd4b63511d.tar.gz
Updated to v2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5998cfeba858..6c57d28ae04b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.4b
+ pkgver = 2.4.0
pkgrel = 1
url = http://www.plumed-code.org/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = plumed
depends = gsl
depends = libmatheval
provides = plumed
- source = https://github.com/plumed/plumed2/releases/download/v2.4b/plumed-2.4b.tgz
- sha1sums = b29eea4b28185f9535b7da40793c266c7553d601
+ source = https://github.com/plumed/plumed2/releases/download/v2.4.0/plumed-2.4.0.tgz
+ sha1sums = be74b18cae192737e0b99ec354bae05e2011a633
pkgname = plumed
diff --git a/PKGBUILD b/PKGBUILD
index 835ff6456f2f..3b16145c5cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Hector Martinez-Seara Monne <hseara ##[at]## gmail?com>
pkgname=plumed
-pkgver=2.4b
+pkgver=2.4.0
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-code.org/"
@@ -12,8 +12,8 @@ depends=('lapack' 'zlib' 'gsl' 'libmatheval')
makedepends=()
provides=('plumed')
#install=$pkgname.install
-source=( https://github.com/plumed/plumed2/releases/download/v2.4b/plumed-2.4b.tgz)
-sha1sums=('b29eea4b28185f9535b7da40793c266c7553d601')
+source=( https://github.com/plumed/plumed2/releases/download/v2.4.0/plumed-2.4.0.tgz)
+sha1sums=('be74b18cae192737e0b99ec354bae05e2011a633')
#options=(!buildflags)
build() {