summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"