summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-06 18:16:04 +0000
committerBioArchLinuxBot2024-05-06 18:16:04 +0000
commitdd72cf0d0d36fd19b1dc7c55a51064083e97fd10 (patch)
treedaf4e3b2e2286f90075ac36a245914e6adac1137 /PKGBUILD
parent08573b7727f90ca934b49f0aa974b1180ceb064b (diff)
downloadaur-r-ggpp.tar.gz
[lilac] updated to 0.5.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 816aa7e79f93..cf122e39443b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Robert Greener <me@r0bert.dev>
# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
_pkgname=ggpp
-_pkgver=0.5.6
+_pkgver=0.5.7
pkgname=r-${_pkgname,,}
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=1
pkgdesc="Grammar Extensions to 'ggplot2'"
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-vdiffr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('aa03d35228edbce7306d5c22552f606d2cac717fec740d052be84d1a5a5fd276')
+sha256sums=('0458b43bbfbfe3998a444c91fac9cd545a885c17b79240a0e4121325d96aa83d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"