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 06f23fecf7d4..18b00835df76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = sgpp
url = http://sgpp.sparsegrids.org
arch = i686
arch = x86_64
- license = MIT
+ license = BSD
makedepends = scons
makedepends = swig
makedepends = eigen
diff --git a/PKGBUILD b/PKGBUILD
index 64fd73123d0c..3ce0d4257e4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A numerical library for adaptive Sparse Grids"
url="http://sgpp.sparsegrids.org"
-license=('MIT')
+license=('BSD')
depends=('armadillo' 'python' 'gsl')
makedepends=('scons' 'swig' 'eigen')
source=("https://github.com/SGpp/SGpp/archive/v3.2.0.tar.gz")