summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-06-11 09:04:24 -0500
committerAlex Branham2018-06-11 09:04:24 -0500
commitce1b35b7073bc5bed24cb3b067819a3855984e18 (patch)
tree98f5dff4a166309bf14bba12cdbb709d653bdd4d /PKGBUILD
parent1e073d68b90da37064ddc66867fe1774a005a749 (diff)
downloadaur-ce1b35b7073bc5bed24cb3b067819a3855984e18.tar.gz
Account for scales rename
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca9c0b634c77..2f1b6847f5c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=('MIT')
depends=('r' )
-optdepends=('r-knitr' 'r-microbenchmark' 'r-pryr' 'r-testthat' 'r-ggplot2' 'r-cran-scales')
+optdepends=('r-knitr' 'r-microbenchmark' 'r-pryr' 'r-testthat' 'r-ggplot2' 'r-scales')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('635b58c65bff624a1fab69c6b1989801')