summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f8f5db87720..66871704eaa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alpscore
pkgdesc = ALPS Core libraries for numerical simulations of condensed matter systems.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = http://alpscore.org
arch = i686
@@ -9,13 +9,13 @@ pkgbase = alpscore
depends = cmake
depends = boost
depends = hdf5
- provides = alpscore=1.0.0
+ provides = alpscore=1.1.0
conflicts = alpscore-git
conflicts = alpscore-openmpi
conflicts = alpscore-openmpi-git
conflicts = alps
- source = https://github.com/ALPSCore/ALPSCore/archive/v1.0.0.tar.gz
- md5sums = 8f744ce2a8bffef750eb4500181dc59d
+ source = https://github.com/ALPSCore/ALPSCore/archive/v1.1.0.tar.gz
+ md5sums = 6cbe0872cfecf2abd9ec83173e1ac831
pkgname = alpscore
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"