summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2016-09-18 13:47:17 -0400
committerJia Li2016-09-18 13:47:17 -0400
commit6a24f1c7bc86ecad91e06e266de4b0c36c03d9ee (patch)
treef9dededda6507d647565bce20b43e8a1d847fe5a
parente5b6304b8e3feb7c2c875d509ac01754e0263eab (diff)
downloadaur-6a24f1c7bc86ecad91e06e266de4b0c36c03d9ee.tar.gz
update to 0.5.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73f099957eeb..72da64286c5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alpscore-openmpi
pkgdesc = ALPS Core libraries for numerical simulations of condensed matter systems.
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = http://alpscore.org
arch = i686
@@ -10,13 +10,13 @@ pkgbase = alpscore-openmpi
depends = boost
depends = hdf5
depends = openmpi
- provides = alpscore=0.5.4
+ provides = alpscore=0.5.5
conflicts = alpscore-git
conflicts = alpscore
conflicts = alpscore-openmpi-git
conflicts = alps
- source = https://github.com/ALPSCore/ALPSCore/archive/v0.5.4.tar.gz
- md5sums = b887c9328e2a22afa123663cf888b768
+ source = https://github.com/ALPSCore/ALPSCore/archive/v0.5.5.tar.gz
+ md5sums = 8f744ce2a8bffef750eb4500181dc59d
pkgname = alpscore-openmpi
diff --git a/PKGBUILD b/PKGBUILD
index fd4ebef58d1b..ac02730f7c79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=alpscore-openmpi
-pkgver=0.5.4
+pkgver=0.5.5
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=('b887c9328e2a22afa123663cf888b768')
+md5sums=('8f744ce2a8bffef750eb4500181dc59d')
build() {
cd "ALPSCore-$pkgver"