summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJia Li2018-10-02 13:42:32 -0400
committerJia Li2018-10-02 13:42:32 -0400
commita01cf76ea3c08bd0788c13f25d5fc476dd186cc9 (patch)
tree80fe9acec8e557ad66a05e3c1e9aee3f79eca3bc /PKGBUILD
parentc950bb93b8a7ffb99fddc71fdf2c3eaa401a710b (diff)
downloadaur-a01cf76ea3c08bd0788c13f25d5fc476dd186cc9.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 ab08dd287f0c..f3b0b2f2b500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=alpscore
-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')
+depends=('cmake' 'boost' 'hdf5' 'eigen')
provides=($pkgname=$pkgver)
conflicts=(alpscore-git alpscore-openmpi alpscore-openmpi-git alps)
source=("https://github.com/ALPSCore/ALPSCore/archive/v$pkgver.tar.gz")
-md5sums=('a2a8d8c4c31f0528fafe9d24426a1064')
+sha256sums=('f7bc9c8f806fb0ad4d38cb6604a10d56ab159ca63aed6530c1f84ecaf40adc61')
build() {
cd "ALPSCore-$pkgver"