summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2018-01-11 10:52:45 -0500
committerJia Li2018-01-11 10:52:45 -0500
commit470a86b493e685a7a0e25974304dceb074d20e33 (patch)
tree294be4d428b492a5c878879921a479b713b882f4
parent12a5549819a64264b4b57f32a39bc2b071f6f470 (diff)
downloadaur-470a86b493e685a7a0e25974304dceb074d20e33.tar.gz
Update to 2.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf524933d1e8..a68735f899cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alpscore-openmpi
pkgdesc = ALPS Core libraries for numerical simulations of condensed matter systems.
- pkgver = 1.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = http://alpscore.org
arch = i686
@@ -10,13 +10,13 @@ pkgbase = alpscore-openmpi
depends = boost
depends = hdf5
depends = openmpi
- provides = alpscore=1.1.0
+ provides = alpscore=2.1.1
conflicts = alpscore-git
conflicts = alpscore
conflicts = alpscore-openmpi-git
conflicts = alps
- source = https://github.com/ALPSCore/ALPSCore/archive/v1.1.0.tar.gz
- md5sums = 6cbe0872cfecf2abd9ec83173e1ac831
+ source = https://github.com/ALPSCore/ALPSCore/archive/v2.1.1.tar.gz
+ md5sums = a2a8d8c4c31f0528fafe9d24426a1064
pkgname = alpscore-openmpi
diff --git a/PKGBUILD b/PKGBUILD
index 310fe5750c6d..de10e2761c27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=alpscore-openmpi
-pkgver=1.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="ALPS Core libraries for numerical simulations of condensed matter systems."
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ depends=('cmake' 'boost' 'hdf5' 'openmpi')
provides=("alpscore=$pkgver")
conflicts=(alpscore-git alpscore alpscore-openmpi-git alps)
source=("https://github.com/ALPSCore/ALPSCore/archive/v$pkgver.tar.gz")
-md5sums=('6cbe0872cfecf2abd9ec83173e1ac831')
+md5sums=('a2a8d8c4c31f0528fafe9d24426a1064')
build() {
cd "ALPSCore-$pkgver"