summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 261daff2768e..1b5d8d7a06f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Call R from R"
arch=('any')
url="https://cran.r-project.org/package=${_cranname}"
license=('MIT')
-depends=('r' 'r-processx')
+depends=('r' 'r-processx>=3.1.0')
optdepends=('r-covr' 'r-testthat' 'r-withr')