summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Frichtl2019-07-29 19:51:00 -0400
committerMatt Frichtl2019-07-29 19:51:00 -0400
commit072cafde82ab9b9ace5061c419526ae49260655f (patch)
tree8f9ca6cf28d609fe88030cd205c57f6024dcc245
parente8ed1e7baf3876dc49137690963c9fb779389127 (diff)
downloadaur-072cafde82ab9b9ace5061c419526ae49260655f.tar.gz
Updated to remove the 'r-mgcv' dependency because that package is now included in the base 'r' package.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94125a028b09..67a6556c384c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-ggplot2
pkgdesc = Create Elegant Data Visualisations Using the Grammar of Graphics
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://cran.r-project.org/package=ggplot2
arch = i686
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = r-ggplot2
depends = r-digest
depends = r-gtable>=0.1.1
depends = r-lazyeval
- depends = r-mgcv
depends = r-reshape2
depends = r-rlang>=0.3.0
depends = r-scales>=0.5.0
diff --git a/PKGBUILD b/PKGBUILD
index da5cb8b09dee..6f53dcd4975a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _cranname=ggplot2
_cranver=3.2.0
pkgname=r-$_cranname
pkgver=${_cranver}
-pkgrel=1
+pkgrel=2
pkgdesc="Create Elegant Data Visualisations Using the Grammar of Graphics"
url="https://cran.r-project.org/package=ggplot2"
arch=('i686' 'x86_64')
license=('GPL-2')
-depends=('r>=3.2' 'r-digest' 'r-gtable>=0.1.1' 'r-lazyeval' 'r-mgcv' 'r-reshape2' 'r-rlang>=0.3.0' 'r-scales>=0.5.0' 'r-tibble' 'r-viridislite' 'r-withr>=2.0.0')
+depends=('r>=3.2' 'r-digest' 'r-gtable>=0.1.1' 'r-lazyeval' 'r-reshape2' 'r-rlang>=0.3.0' 'r-scales>=0.5.0' 'r-tibble' 'r-viridislite' '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=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
md5sums=('11bdbfbfda4373d221aff262f948f97b')