summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-01 09:29:06 +0000
committerBioArchLinuxBot2022-11-01 09:29:06 +0000
commitd1a7e645c5c16a76778518f2d6d4ec66a681e426 (patch)
tree72c9a0db80e0f405d0840ea5d45edfa2088d965f /PKGBUILD
parent552f258bc6062ce1b4b106cca98807d261db053d (diff)
downloadaur-d1a7e645c5c16a76778518f2d6d4ec66a681e426.tar.gz
[lilac] updated to 0.5.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46b4409542d4..871b6bc6c155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
-
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
_pkgname=ggpmisc
-_pkgver=0.5.0
+_pkgver=0.5.1
pkgname=r-${_pkgname,,}
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="Miscellaneous Extensions to 'ggplot2'"
arch=('any')
@@ -36,7 +37,7 @@ optdepends=(
r-rmarkdown
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('bcd3793f9f4c9ebdce10764224891acad91fff18d697fc818503c6576175ecc4')
+sha256sums=('11679dd3dcf84ccc3bab4cacc8498c9ec4826a0401841ff8786397168d2d08a0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"