summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 319837150838..1f362d5d7502 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,9 @@ pkgbase = r-rcppeigen
license = GPL
license = custom
depends = r
+ depends = r-rcpp>=0.11.0
optdepends = r-inline
+ optdepends = r-runit
optdepends = r-pkgkitten
source = https://cran.r-project.org/src/contrib/RcppEigen_0.3.3.4.0.tar.gz
md5sums = 78ee1ef7c6043efa875434ae5fcea2ec
diff --git a/PKGBUILD b/PKGBUILD
index a361424a5409..d046b31211c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ pkgdesc="Rcpp Integration for the Eigen Templated Linear Algebra Library"
arch=('x86_64')
url="https://cran.r-project.org/package=${_cranname}"
license=('GPL' 'custom')
-depends=('r' )
+depends=('r' 'r-rcpp>=0.11.0')
-optdepends=('r-inline' 'r-pkgkitten')
+optdepends=('r-inline' 'r-runit' 'r-pkgkitten')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('78ee1ef7c6043efa875434ae5fcea2ec')