mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggnewscale: auto updated to 0.5.1-1
This commit is contained in:
parent
3bfe03296f
commit
eb41766f8d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=ggnewscale
|
_pkgname=ggnewscale
|
||||||
_pkgver=0.5.0
|
_pkgver=0.5.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.5.0
|
pkgver=0.5.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Multiple Fill and Colour Scales in 'ggplot2'"
|
pkgdesc="Multiple Fill and Colour Scales in 'ggplot2'"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -19,7 +19,7 @@ optdepends=(
|
||||||
r-vdiffr
|
r-vdiffr
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('b7f0dcb38d0e8cb4179d92f38b20489905ceb2a9602b68e2c72997d795c4df2d')
|
sha256sums=('cd50179f406bb2f009e85cdde72899a176181bdecfb41dfca4de3d74af026e92')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue