summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-12 09:17:19 -0500
committerAlex Branham2018-06-12 09:17:19 -0500
commit1e1899dc68115ea2522f73097b0e5a49c533320c (patch)
treedf3701196ac407e34b35d1a049f6d88a082e7175
parent10d3383666b669531ca7a18b9a8f327c98e071d4 (diff)
downloadaur-1e1899dc68115ea2522f73097b0e5a49c533320c.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 641837212e89..6bc2961c21cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = r-processx
depends = r
depends = r-assertthat
depends = r-crayon
+ depends = r-r6
depends = r-testthat
optdepends = r-covr
optdepends = r-debugme
diff --git a/PKGBUILD b/PKGBUILD
index 9b3d65078545..12bd62b4c20b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Execute and Control System Processes"
arch=('x86_64')
url="https://cran.r-project.org/package=${_cranname}"
license=('MIT')
-depends=('r' 'r-assertthat' 'r-crayon' 'r-testthat')
+depends=('r' 'r-assertthat' 'r-crayon' 'r-r6' 'r-testthat')
optdepends=('r-covr' 'r-debugme' 'r-testthat' 'r-withr')