summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrobot Viktor2019-09-30 17:51:02 +0300
committerDrobot Viktor2019-09-30 17:51:02 +0300
commit0ff5b2e60ffd0c8f05ea5a49b7a26c6277f01ca1 (patch)
tree061bfa4dd6ea4a7270a59725136627dd3c5a2f6c /PKGBUILD
parentaafd15a013cff33c20d0fa3b5a2658983130c457 (diff)
downloadaur-0ff5b2e60ffd0c8f05ea5a49b7a26c6277f01ca1.tar.gz
Fixed deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b7ead2e740d..41a563d07b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ pkgdesc="Fast and Versatile Argument Checks"
arch=('i686' 'x86_64')
url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3')
-depends=('r' 'r-backports' 'r-utils')
-optdepends=('r-r6' 'r-bit' 'r-fastmatch' 'r-devtools' 'r-ggplot2' 'r-knitr' 'r-magrittr' 'r-microbenchmark' 'r-rmarkdown' 'r-testthat' 'r-tibble')
+depends=('r' 'r-backports>=1.1.0' 'r-utils')
+optdepends=('r-r6' 'r-bit' 'r-fastmatch' 'r-data.table>=1.9.8' 'r-devtools' 'r-ggplot2' 'r-knitr' 'r-magrittr' 'r-microbenchmark' 'r-rmarkdown' 'r-testthat>=0.11.0' 'r-tibble')
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
md5sums=('cf2ea3fc2426cf6f7fd402322bf82b4b')