summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-06-12 09:36:33 -0500
committerAlex Branham2018-06-12 09:36:33 -0500
commitd4dfd999abcd3372a639ca3ec78832b3a154060c (patch)
treecd4c33d39cd13173bec5b5dffe38ae80076d6983 /PKGBUILD
parent9a240d09e29382d032e6803849153fb85c8671f3 (diff)
downloadaur-d4dfd999abcd3372a639ca3ec78832b3a154060c.tar.gz
Update (opt)depends
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')