R-cran-ggplot2: update to 3.1.1.
This commit is contained in:
parent
8bd0969b98
commit
067ed5c382
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'R-cran-ggplot2'
|
# Template file for 'R-cran-ggplot2'
|
||||||
pkgname=R-cran-ggplot2
|
pkgname=R-cran-ggplot2
|
||||||
version=3.1.0
|
version=3.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=R-cran
|
build_style=R-cran
|
||||||
depends+=" R-cran-digest R-cran-gtable>=0.1.1 R-cran-plyr>=1.7.1
|
makedepends="R-cran-digest R-cran-gtable R-cran-plyr
|
||||||
R-cran-reshape2 R-cran-scales>=0.4.1 R-cran-tibble
|
|
||||||
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-reshape2 R-cran-scales R-cran-tibble
|
||||||
R-cran-lazyeval R-cran-withr"
|
R-cran-lazyeval R-cran-withr"
|
||||||
|
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-withr>=2.0.0"
|
||||||
short_desc="Create Elegant Data Visualisations Using the Grammar of Graphics"
|
short_desc="Create Elegant Data Visualisations Using the Grammar of Graphics"
|
||||||
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://ggplot2.tidyverse.org/"
|
homepage="https://ggplot2.tidyverse.org/"
|
||||||
checksum=49e77ccbe1ee9e4278312b001ad34aa1d93a3d98a90aaefcb595da20b2195ed7
|
checksum=bfde297f3b4732e7f560078f4ce131812a70877e6b5b1d41a772c394939e0c79
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue