summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-06 18:03:16 +0000
committerBioArchLinuxBot2022-10-06 18:03:16 +0000
commit21bda871a62579040196b8e36f389ec8ac44b331 (patch)
treee5071ca7b4b9a1116c58172ebd76b318cdf14467 /PKGBUILD
parent4d41dde8cefea565ec5d3bdd5572562a0b5a4b50 (diff)
downloadaur-21bda871a62579040196b8e36f389ec8ac44b331.tar.gz
[lilac] updated to 0.4.8-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a58fa9a9ac94..f124bfacf13d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ggnewscale
-_pkgver=0.4.7
+_pkgver=0.4.8
pkgname=r-${_pkgname,,}
-pkgver=0.4.7
-pkgrel=3
+pkgver=0.4.8
+pkgrel=1
pkgdesc="Multiple Fill and Colour Scales in 'ggplot2'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -19,7 +19,7 @@ optdepends=(
r-vdiffr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6b12ac9947fd3161941b2bb85c00a18d5fc794ad8b1e22a6f37f63ac8d3f0a81')
+sha256sums=('c7fefa6941ecbc789507e59be13fa96327fe2549681a938c43beb06ca22a9700')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"