summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-03-09 01:13:36 +0300
committerViktor Drobot2020-03-09 01:13:36 +0300
commit8d20206dcd6356bad86ed0a646c15dc2cc380f5b (patch)
treeda12f963532c4c1c4b7384faca12a2706685b552
parentad37ffb260e8a875c28b809bf724360fae4299b2 (diff)
downloadaur-8d20206dcd6356bad86ed0a646c15dc2cc380f5b.tar.gz
Fixed PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5fac4de44e7..56f11c6204f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = r-ggplot2
depends = r-glue
depends = r-gtable>=0.1.1
depends = r-isoband
- depends = r-mgcv
depends = r-rlang>=0.3.0
depends = r-scales>=0.5.0
depends = r-tibble
diff --git a/PKGBUILD b/PKGBUILD
index 14e76c69ee7a..aabef4503500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Create Elegant Data Visualisations Using the Grammar of Graphics"
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2)
-depends=('r>=3.2' r-digest r-glue 'r-gtable>=0.1.1' r-isoband r-mgcv 'r-rlang>=0.3.0' 'r-scales>=0.5.0' r-tibble 'r-withr>=2.0.0')
+depends=('r>=3.2' r-digest r-glue 'r-gtable>=0.1.1' r-isoband 'r-rlang>=0.3.0' 'r-scales>=0.5.0' r-tibble 'r-withr>=2.0.0')
optdepends=(r-covr r-dplyr r-ggplot2movies r-hexbin r-hmisc r-knitr r-lattice r-mapproj r-maps r-maptools r-multcomp r-munsell r-nlme r-profvis r-quantreg r-rgeos r-rmarkdown r-rpart r-sf r-svglite r-testthat r-vdiffr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
md5sums=('a25941cbd03f34549c60c7e40780bef0')