summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2016-07-01 18:45:30 +0200
committerHector Mtz-Seara2016-07-01 18:45:30 +0200
commit48fb6384ab105602db33da6d6c1860d9b1813bd0 (patch)
tree0a5661087c6cf00ff6d669ba4d64ca770f5ee234
parent672cc3a8386a05300a1fdcb4c871781bbd085caa (diff)
downloadaur-48fb6384ab105602db33da6d6c1860d9b1813bd0.tar.gz
Updated version 2.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a67ac070290..2e83e486cccb 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.2.0
+ pkgver = 2.2.3
pkgrel = 1
url = http://www.plumed-code.org/
arch = i686
@@ -9,10 +9,10 @@ pkgbase = plumed
depends = atlas-lapack-base
depends = zlib
depends = bash
- optdepends = libmatheval: Calculate a combination of variables using a matheval expression
+ depends = libmatheval
provides = plumed
- source = https://github.com/plumed/plumed2/archive/v2.2.0.tar.gz
- sha1sums = 2dbf6d4287ebfce313c6fd4c949ead3c7325543c
+ source = https://github.com/plumed/plumed2/archive/v2.2.3.tar.gz
+ sha1sums = 8758588849611cb7e5c326dba572c84508340b33
pkgname = plumed
diff --git a/PKGBUILD b/PKGBUILD
index b9bf58036728..1f10446d4e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,18 @@
# Maintainer: Hector Martinez-Seara Monne <hseara ##[at]## gmail?com>
pkgname=plumed
-pkgver=2.2.0
+pkgver=2.2.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/"
license=("GPL")
arch=(i686 x86_64)
-depends=('atlas-lapack-base' 'zlib' 'bash')
-optdepends=('libmatheval: Calculate a combination of variables using a matheval expression')
+depends=('atlas-lapack-base' 'zlib' 'bash' 'libmatheval')
makedepends=()
provides=('plumed')
#install=$pkgname.install
source=( https://github.com/plumed/plumed2/archive/v${pkgver}.tar.gz)
-sha1sums=('2dbf6d4287ebfce313c6fd4c949ead3c7325543c')
+sha1sums=('8758588849611cb7e5c326dba572c84508340b33')
#options=(!buildflags)
build() {