summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-12 09:36:19 -0500
committerAlex Branham2018-06-12 09:36:19 -0500
commit90f14a1ef4fa446d5643335ce7f8fb19035a9413 (patch)
treeaf510c9dff08d70756e9cf2666d9bf801917752a
parent075551120bf5d6cc52ab360f911bdb722a8b1d73 (diff)
downloadaur-90f14a1ef4fa446d5643335ce7f8fb19035a9413.tar.gz
Update depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac86ac73ce5c..23cf91e43767 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = r-htmltools
license = GPL
depends = r
depends = r-digest
+ depends = r-rcpp
optdepends = r-markdown
optdepends = r-testthat
source = https://cran.r-project.org/src/contrib/htmltools_0.3.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1e3221dcd9e1..185d469a7cca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Tools for HTML"
arch=('x86_64')
url="https://cran.r-project.org/package=${_cranname}"
license=('GPL')
-depends=('r' 'r-digest')
+depends=('r' 'r-digest' 'r-rcpp')
optdepends=('r-markdown' 'r-testthat')