summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2017-02-15 12:43:03 -0500
committerJia Li2017-02-15 12:43:03 -0500
commitacad1d8c543f706a948c1a24aeb00da97feb3d42 (patch)
treefcaab7148b7f1824ada957c72d9a0d2ea09caa72
parent6a24f1c7bc86ecad91e06e266de4b0c36c03d9ee (diff)
downloadaur-acad1d8c543f706a948c1a24aeb00da97feb3d42.tar.gz
version 1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72da64286c5f..20e853c31d99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alpscore-openmpi
pkgdesc = ALPS Core libraries for numerical simulations of condensed matter systems.
- pkgver = 0.5.5
+ pkgver = 1.0.0
pkgrel = 1
url = http://alpscore.org
arch = i686
@@ -10,13 +10,13 @@ pkgbase = alpscore-openmpi
depends = boost
depends = hdf5
depends = openmpi
- provides = alpscore=0.5.5
+ provides = alpscore=1.0.0
conflicts = alpscore-git
conflicts = alpscore
conflicts = alpscore-openmpi-git
conflicts = alps
- source = https://github.com/ALPSCore/ALPSCore/archive/v0.5.5.tar.gz
- md5sums = 8f744ce2a8bffef750eb4500181dc59d
+ source = https://github.com/ALPSCore/ALPSCore/archive/v1.0.0.tar.gz
+ md5sums = ca602ac28478cc514d34fdd98513ab2e
pkgname = alpscore-openmpi
diff --git a/PKGBUILD b/PKGBUILD
index ac02730f7c79..1b8801214e26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jia Li <lijia1608@gmail.com>
pkgname=alpscore-openmpi
-pkgver=0.5.5
+pkgver=1.0.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=('8f744ce2a8bffef750eb4500181dc59d')
+md5sums=('ca602ac28478cc514d34fdd98513ab2e')
build() {
cd "ALPSCore-$pkgver"