summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2019-05-02 09:29:13 +0200
committerGuilhem Saurel2019-05-02 09:29:13 +0200
commit37d37325ffa24737f203abb21450bdab0bbad383 (patch)
tree5b0e0d168f49862638b1ef6a50386d05e722fb4e
parent63af0282888f150542357eaae56550437ff2e048 (diff)
downloadaur-37d37325ffa24737f203abb21450bdab0bbad383.tar.gz
update license
-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')