summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)