summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-10 14:36:55 -0500
committerAlex Branham2018-06-10 14:36:55 -0500
commite14499b3e63b1247fe5886003d98828ac26ca117 (patch)
tree45c48e946199fa891a55483c95e1c51f0ba5fd78
parent7242881683cc8575186f15e3849ac8937e81a5dd (diff)
downloadaur-e14499b3e63b1247fe5886003d98828ac26ca117.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 6da0638ed380..b2b8e366a132 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = r-readxl
license = GPL3
depends = r
depends = r-cellranger
- depends = r-tibble
+ depends = r-tibble>=1.1
optdepends = r-covr
optdepends = r-knitr
optdepends = r-rmarkdown
diff --git a/PKGBUILD b/PKGBUILD
index 954536489e38..2b9638ec2ac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Read Excel Files"
arch=('x86_64')
url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3')
-depends=('r' 'r-cellranger' 'r-tibble')
+depends=('r' 'r-cellranger' 'r-tibble>=1.1')
optdepends=('r-covr' 'r-knitr' 'r-rmarkdown' 'r-rprojroot' 'r-testthat')