summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-05-30 23:02:25 -0500
committerAlex Branham2018-05-30 23:02:25 -0500
commit5efa04173ec9d053f800afc335d4eae40cc4dfba (patch)
treef28fa197c501e87430d7bd8221f9ba58513ac7ec /PKGBUILD
parent9988a6c6c5f47f8fc56a8dfdac8bd0f07ba195eb (diff)
downloadaur-5efa04173ec9d053f800afc335d4eae40cc4dfba.tar.gz
Account for renames
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69da97e2a934..694336df1682 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Translate Spreadsheet Cell Ranges to Rows and Columns"
arch=('any')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('MIT')
-depends=('r' 'r-rematch' 'r-cran-tibble')
+depends=('r' 'r-rematch' 'r-tibble')
optdepends=('r-covr' 'r-testthat' 'r-knitr' 'r-rmarkdown')