summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')