summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJia Li2018-10-02 13:43:40 -0400
committerJia Li2018-10-02 13:43:40 -0400
commitb19f0aa1a8ed2ca045eb93c806d8c110b0ca2ba1 (patch)
tree066d0cd5893232ad3bd19d10f547d1b3cbb1d85e /PKGBUILD
parent470a86b493e685a7a0e25974304dceb074d20e33 (diff)
downloadaur-b19f0aa1a8ed2ca045eb93c806d8c110b0ca2ba1.tar.gz
Update to 2.2.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de10e2761c27..29da14f2fb35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=alpscore-openmpi
-pkgver=2.1.1
+pkgver=2.2.0
pkgrel=1
pkgdesc="ALPS Core libraries for numerical simulations of condensed matter systems."
arch=(i686 x86_64)
url="http://alpscore.org"
license=('GPL2')
-depends=('cmake' 'boost' 'hdf5' 'openmpi')
+depends=('cmake' 'boost' 'hdf5' 'eigen' 'openmpi')
provides=("alpscore=$pkgver")
conflicts=(alpscore-git alpscore alpscore-openmpi-git alps)
source=("https://github.com/ALPSCore/ALPSCore/archive/v$pkgver.tar.gz")
-md5sums=('a2a8d8c4c31f0528fafe9d24426a1064')
+sha256sums=('f7bc9c8f806fb0ad4d38cb6604a10d56ab159ca63aed6530c1f84ecaf40adc61')
build() {
cd "ALPSCore-$pkgver"