summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2879847357a..ddc64bbaacf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,8 @@ pkgbase = r-rcppeigen
pkgrel = 1
url = https://cran.r-project.org/web/packages/RcppEigen/index.html
arch = any
- license = GPL (>= 2) | file LICENSE
+ license = GPL
+ license = custom
depends = r
optdepends = r-inline
optdepends = r-pkgkitten
diff --git a/PKGBUILD b/PKGBUILD
index 5c3d310bd592..e55dc3f33b2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Rcpp Integration for the Eigen Templated Linear Algebra Library"
arch=('any')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
-license=('GPL (>= 2) | file LICENSE')
+license=('GPL' 'custom')
depends=('r' )
optdepends=('r-inline' 'r-pkgkitten')