summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Li2016-05-06 14:28:54 -0400
committerJia Li2016-05-06 14:28:54 -0400
commit760588fb463919ed85b2fa05b65c842898365cfa (patch)
tree82a7984642573980b462232e5c6d15027ecec42c
parent350ae15d7bac6b51274505e806291bfa2552cf00 (diff)
downloadaur-760588fb463919ed85b2fa05b65c842898365cfa.tar.gz
fix license info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42ed32179eef..a5421f7bfbbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = alpscore-git
url = http://alpscore.org
arch = i686
arch = x86_64
- license = GPL
+ license = GPL2
makedepends = git
depends = cmake>=2.8.12
depends = boost>=1.54.0
diff --git a/PKGBUILD b/PKGBUILD
index 96a587b2bc44..4f970f727baf 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')
makedepends=(git)
optdepends=('openmpi: for MPI support')