summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2017-02-15 11:58:12 +0100
committerHector Mtz-Seara2017-02-15 11:58:12 +0100
commit1a6faaa909db26acd93191c0ae9b9ac1b8970fb9 (patch)
tree387b8d0b5997d2b49f0218691461072a967d4f43
parent9de5373223e540cd17e4a6de2f74a036c57238ca (diff)
downloadaur-1a6faaa909db26acd93191c0ae9b9ac1b8970fb9.tar.gz
Correct sha1sum key
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e66b6aa43e1..e81847edaf8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = plumed
depends = libmatheval
provides = plumed
source = https://github.com/plumed/plumed2/archive/v2.3.tar.gz
- sha1sums = 4e79efea1ee8efb81f08d6a3e3ce8f6ce5b364fa
+ sha1sums = e25c123cb9158443d341d92ebef7057c1d425f35
pkgname = plumed
diff --git a/PKGBUILD b/PKGBUILD
index 62ec4b4df962..37a154fb0a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=()
provides=('plumed')
#install=$pkgname.install
source=( https://github.com/plumed/plumed2/archive/v${pkgver}.tar.gz)
-sha1sums=('4e79efea1ee8efb81f08d6a3e3ce8f6ce5b364fa')
+sha1sums=('e25c123cb9158443d341d92ebef7057c1d425f35')
#options=(!buildflags)
build() {