summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJia Li2017-12-18 16:08:11 -0500
committerJia Li2017-12-18 16:08:11 -0500
commit12a5549819a64264b4b57f32a39bc2b071f6f470 (patch)
tree4c9c5dbeed7c957e2a823d5a934703337f731843 /PKGBUILD
parentacad1d8c543f706a948c1a24aeb00da97feb3d42 (diff)
downloadaur-12a5549819a64264b4b57f32a39bc2b071f6f470.tar.gz
Update to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b8801214e26..310fe5750c6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=alpscore-openmpi
-pkgver=1.0.0
+pkgver=1.1.0
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=('ca602ac28478cc514d34fdd98513ab2e')
+md5sums=('6cbe0872cfecf2abd9ec83173e1ac831')
build() {
cd "ALPSCore-$pkgver"