R-cran-scales: update to 0.5.0.
This commit is contained in:
parent
392ab9ec08
commit
52245ad635
1 changed files with 9 additions and 7 deletions
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'R-cran-scales'
|
||||
pkgname=R-cran-scales
|
||||
version=0.4.1
|
||||
revision=2
|
||||
version=0.5.0
|
||||
revision=1
|
||||
build_style=R-cran
|
||||
depends+=" R-cran-RColorBrewer R-cran-dichromat R-cran-plyr
|
||||
R-cran-munsell>=0.2 R-cran-labeling R-cran-Rcpp"
|
||||
makedepends+=" R-cran-RColorBrewer R-cran-dichromat R-cran-plyr
|
||||
R-cran-munsell R-cran-labeling R-cran-Rcpp"
|
||||
depends+="R-cran-RColorBrewer R-cran-dichromat R-cran-plyr
|
||||
R-cran-munsell>=0.2 R-cran-labeling R-cran-Rcpp R-cran-R6
|
||||
R-cran-viridisLite"
|
||||
makedepends+=" R-cran-RColorBrewer R-cran-dichromat R-cran-plyr
|
||||
R-cran-munsell R-cran-labeling R-cran-Rcpp R-cran-R6
|
||||
R-cran-viridisLite"
|
||||
short_desc="Scale Functions for Visualization"
|
||||
maintainer="Florian Wagner <florian@wagner-flo.net>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/hadley/scales"
|
||||
checksum=642b88fb1fce7bac72a0038ce532b65b8a79dffe826fec25033cf386ab630cd3
|
||||
checksum=dbfcc0817c4ab8b8777ec7d68ebfe220177c193cfb5bd0e8ba5d365dbfe3e97d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue