summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-12 09:36:27 -0500
committerAlex Branham2018-06-12 09:36:27 -0500
commit4e961c334abdda7f688d15ba744ab3e595302777 (patch)
tree0203df114b13ecccd530bbed892b00e2ccd44008
parent720953fa044bd8cf6321c84a2db1894ae5c993ce (diff)
downloadaur-4e961c334abdda7f688d15ba744ab3e595302777.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 fdb05276a6e2..221450f78bc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = r-openxlsx
arch = x86_64
license = MIT
depends = r
+ depends = r-rcpp
depends = r-zip
optdepends = r-knitr
optdepends = r-testthat
diff --git a/PKGBUILD b/PKGBUILD
index cfcaa82d422b..069b5d35bbe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Read, Write and Edit XLSX Files"
arch=('x86_64')
url="https://cran.r-project.org/package=${_cranname}"
license=('MIT')
-depends=('r' 'r-zip')
+depends=('r' 'r-rcpp' 'r-zip')
optdepends=('r-knitr' 'r-testthat')