summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2017-11-12 12:38:36 +0100
committerHector Mtz-Seara2017-11-12 12:38:36 +0100
commit905393141e43c256ac916fcd72358d0de17810ec (patch)
tree1d1f2e426f370b233434421ffa62656e507a654f
parentd2e17761f804163c89bfb75db163999e4c5ab965 (diff)
downloadaur-905393141e43c256ac916fcd72358d0de17810ec.tar.gz
Updated to v2.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1940dd17e13..d8067957c652 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.3.2
+ pkgver = 2.3.3
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/archive/v2.3.2.tar.gz
- sha1sums = 23568cd3d83b1cfae146bdaacff6ee5fbcfa5083
+ source = https://github.com/plumed/plumed2/archive/v2.3.3.tar.gz
+ sha1sums = cb0f55cc73a4c1537d4383d6060a12a4d8ea9ad4
pkgname = plumed
diff --git a/PKGBUILD b/PKGBUILD
index b474a76b686a..54de44c6ad7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Hector Martinez-Seara Monne <hseara ##[at]## gmail?com>
pkgname=plumed
-pkgver=2.3.2
+pkgver=2.3.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-code.org/"
@@ -13,7 +13,7 @@ makedepends=()
provides=('plumed')
#install=$pkgname.install
source=( https://github.com/plumed/plumed2/archive/v${pkgver}.tar.gz)
-sha1sums=('23568cd3d83b1cfae146bdaacff6ee5fbcfa5083')
+sha1sums=('cb0f55cc73a4c1537d4383d6060a12a4d8ea9ad4')
#options=(!buildflags)
build() {