summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-25 06:09:34 +0000
committerBioArchLinuxBot2023-06-25 06:09:34 +0000
commite89c8a3b743c7e52a3ccfc1088d2115e1cbc11da (patch)
tree1112a809c467c499913da3531335815ebd84ba6f /PKGBUILD
parentd0ef95ca672c9882466762b9bc467892afddae27 (diff)
downloadaur-e89c8a3b743c7e52a3ccfc1088d2115e1cbc11da.tar.gz
[lilac] updated to 0.5.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 222fc2acb844..d489e0496144 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Robert Greener <me@r0bert.dev>
# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
_pkgname=ggpmisc
-_pkgver=0.5.2
+_pkgver=0.5.3
pkgname=r-${_pkgname,,}
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="Miscellaneous Extensions to 'ggplot2'"
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
r-rmarkdown
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('060b04ebad5d52b837864a450e59ab1b5eeda05c0aabfe9a530286b8012a78ff')
+sha256sums=('aa986aaf23a0df0fcf8218b900b52f9824b6f2e19a49fd946389ee0ef725a0c8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"