summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2016-05-06 14:28:19 -0400
committerJia Li2016-05-06 14:28:19 -0400
commitb2ab5be2ba7c003557d94f49406c8323258628d4 (patch)
tree0fc5c706752ee723ba86df8b197b42a4d3787af5
parentfae9422ef969a7f4a95cb79df31985a8d6da77bf (diff)
downloadaur-b2ab5be2ba7c003557d94f49406c8323258628d4.tar.gz
fix version info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c6b7cd7018f..79f195c87a84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = alpscore
url = http://alpscore.org
arch = i686
arch = x86_64
- license = GPL
+ license = GPL2
depends = cmake>=2.8.12
depends = boost>=1.54.0
depends = hdf5>=1.8
diff --git a/PKGBUILD b/PKGBUILD
index 01a4af11c64f..883f0cd37467 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="ALPS Core libraries for numerical simulations of condensed matter systems."
arch=(i686 x86_64)
url="http://alpscore.org"
-license=('GPL')
+license=('GPL2')
depends=('cmake>=2.8.12' 'boost>=1.54.0' 'hdf5>=1.8')
optdepends=('openmpi: for MPI support')
provides=($pkgname=$pkgver)