summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-10 14:34:25 -0500
committerAlex Branham2018-06-10 14:34:25 -0500
commitedd2c8f96abc1684e152f4f9b395d99d06ba2311 (patch)
tree6c56df08983c8c7a4c35a8dc25cf0906aaa02274
parentec519a9b586f5bbb218ea67584009bd708b87eb3 (diff)
downloadaur-edd2c8f96abc1684e152f4f9b395d99d06ba2311.tar.gz
Specify minimum versions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe6e327c15a5..f495d8689bdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = r-callr
arch = any
license = MIT
depends = r
- depends = r-processx
+ depends = r-processx>=3.1.0
optdepends = r-covr
optdepends = r-testthat
optdepends = r-withr
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')