R-cran-ggplot2: update to 3.0.0

This commit is contained in:
Florian Wagner 2018-07-13 17:57:19 +02:00
parent 5313bcdd6e
commit 731fe83fcf
1 changed files with 10 additions and 6 deletions

View File

@ -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 <florian@wagner-flo.net>"
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
}