summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJia Li2017-12-18 16:07:31 -0500
committerJia Li2017-12-18 16:07:31 -0500
commit4da31716e27b4e9226ac21b207338507bef29904 (patch)
tree21736f235c259e488f34601aebff482c83be3ba5 /PKGBUILD
parent5eb4eb41b59d3cfa5701202bfb98331622e4c62b (diff)
downloadaur-4da31716e27b4e9226ac21b207338507bef29904.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 9595bd6146c5..aca7467999a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=alpscore
-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')
provides=($pkgname=$pkgver)
conflicts=(alpscore-git alpscore-openmpi alpscore-openmpi-git alps)
source=("https://github.com/ALPSCore/ALPSCore/archive/v$pkgver.tar.gz")
-md5sums=('ca602ac28478cc514d34fdd98513ab2e')
+md5sums=('6cbe0872cfecf2abd9ec83173e1ac831')
build() {
cd "ALPSCore-$pkgver"