summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJia Li2016-09-15 16:03:09 -0400
committerJia Li2016-09-15 16:03:09 -0400
commit63aaa975971e9bc0762f24375facdb9758bedb22 (patch)
treea3a3f201cf5528f7e645b5c706055aef9419dba4 /PKGBUILD
parent9b550a60f2e54b4c6f51e0989913b754f92c41b9 (diff)
downloadaur-63aaa975971e9bc0762f24375facdb9758bedb22.tar.gz
update to 0.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09b84974c4c5..5dad457e6574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=alpscore
-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')
provides=($pkgname=$pkgver)
conflicts=(alpscore-git alpscore-openmpi alpscore-openmpi-git alps)
source=("https://github.com/ALPSCore/ALPSCore/archive/v$pkgver.tar.gz")
-md5sums=('b887c9328e2a22afa123663cf888b768')
+md5sums=('8f744ce2a8bffef750eb4500181dc59d')
build() {
cd "ALPSCore-$pkgver"