summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-09 00:09:06 +0000
committerBioArchLinuxBot2024-02-09 00:09:06 +0000
commit70ca211715fe2d0fd6351647a7cc12d76764b13c (patch)
tree32a84784056993e54699f015b6d791e70ad3f150 /PKGBUILD
parentca658545fdbf5d61aca44a102fb277c9f8f52d3c (diff)
downloadaur-r-ggnewscale.tar.gz
[lilac] updated to 0.4.10-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 036f9d362ece..4cca587e4c23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ggnewscale
-_pkgver=0.4.9
+_pkgver=0.4.10
pkgname=r-${_pkgname,,}
-pkgver=0.4.9
+pkgver=0.4.10
pkgrel=1
pkgdesc="Multiple Fill and Colour Scales in 'ggplot2'"
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-vdiffr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('70a1552e8cf829fae7fe2d79580b0ba1a429286c1079eeff33609e329f88c0ef')
+sha256sums=('9fd61539674d056c7b18d6d6014604ba534c710bcd8c05c77590368845280dc9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"