From 731fe83fcf87e7fc3d9be546d6da6b96a67374a9 Mon Sep 17 00:00:00 2001 From: Florian Wagner Date: Fri, 13 Jul 2018 17:57:19 +0200 Subject: [PATCH] R-cran-ggplot2: update to 3.0.0 --- srcpkgs/R-cran-ggplot2/template | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/srcpkgs/R-cran-ggplot2/template b/srcpkgs/R-cran-ggplot2/template index c75fe09bc53..a85e9ff89ea 100644 --- a/srcpkgs/R-cran-ggplot2/template +++ b/srcpkgs/R-cran-ggplot2/template @@ -1,16 +1,20 @@ # Template file for 'R-cran-ggplot2' pkgname=R-cran-ggplot2 -version=2.2.1 +version=3.0.0 revision=1 build_style=R-cran depends+=" R-cran-digest R-cran-gtable>=0.1.1 R-cran-plyr>=1.7.1 R-cran-reshape2 R-cran-scales>=0.4.1 R-cran-tibble - R-cran-lazyeval" + R-cran-lazyeval R-cran-withr>=2.0.0" makedepends+=" R-cran-digest R-cran-gtable R-cran-plyr R-cran-reshape2 R-cran-scales R-cran-tibble - R-cran-lazyeval" + R-cran-lazyeval R-cran-withr" short_desc="Create Elegant Data Visualisations Using the Grammar of Graphics" maintainer="Florian Wagner " -license="GPL-2" -homepage="http://ggplot2.tidyverse.org/" -checksum=5fbc89fec3160ad14ba90bd545b151c7a2e7baad021c0ab4b950ecd6043a8314 +license="GPL-2.0-only" +homepage="https://ggplot2.tidyverse.org/" +checksum=c768f5039ef684c3874a92210a975af52e74f00927ff31c31a73eb1fe139694d + +post_install() { + vlicense LICENSE +}