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 c02212a36037..ede9aad2b1ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = eigenpy
url = https://github.com/stack-of-tasks/eigenpy
arch = i686
arch = x86_64
- license = LGPL3
+ license = BSD 2-clause
makedepends = cmake
makedepends = eigen
makedepends = boost
diff --git a/PKGBUILD b/PKGBUILD
index b3355973c698..d07d9b9a703b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Bindings between numpy and eigen using boost::python"
arch=('i686' 'x86_64')
url="https://github.com/stack-of-tasks/$pkgname"
-license=('LGPL3')
+license=('BSD 2-clause')
depends=('boost-libs')
optdepends=('doxygen')
makedepends=('cmake' 'eigen' 'boost' 'python-numpy')