summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-30 23:03:54 -0500
committerAlex Branham2018-05-30 23:03:54 -0500
commit9936906ddbad487b4b13f8a7a55f92a8b174a239 (patch)
tree75cc1b189cd9053d595a174504322016375d1fb4
parentf46b8ae145bb861edbbaaa23bc358d4f958860cc (diff)
downloadaur-9936906ddbad487b4b13f8a7a55f92a8b174a239.tar.gz
Account for some renames
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a17a7d9da4ca..5b1206c341c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = r-munsell
license = MIT
depends = r
depends = r-colorspace
- optdepends = r-cran-ggplot2
+ optdepends = r-ggplot2
optdepends = r-testthat
source = https://cran.r-project.org/src/contrib/munsell_0.4.3.tar.gz
md5sums = ebd205323dc37c948f499ee08be9c476
diff --git a/PKGBUILD b/PKGBUILD
index 13e7826a050e..d70391673ba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('MIT')
depends=('r' 'r-colorspace')
-optdepends=('r-cran-ggplot2' 'r-testthat')
+optdepends=('r-ggplot2' 'r-testthat')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('ebd205323dc37c948f499ee08be9c476')