summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-16 06:02:56 +0000
committerBioArchLinuxBot2023-12-16 06:02:56 +0000
commit6e8bc7a39e80e531c82fa9b5a858c3336acc3ae1 (patch)
tree90a0449c1f4490fb1886117a02fc594cbe621406 /PKGBUILD
parent472a66b6387810282bb3737a937bed014b6edfb0 (diff)
downloadaur-r-gghighlight.tar.gz
[lilac] updated to 0.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f276e01a68cc..38350d1e9e88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gghighlight
-_pkgver=0.4.0
+_pkgver=0.4.1
pkgname=r-${_pkgname,,}
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.4.1
+pkgrel=1
pkgdesc="Highlight Lines and Points in 'ggplot2'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -28,7 +28,7 @@ optdepends=(
r-vdiffr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ede2df12f935eb6517624e2659e807165f2b49ca3c862f2c10ef48f3deb0cc6d')
+sha256sums=('c6ecb4d96e3046ae08cfb73c638367b8a7918b6c4b227844d21f35a260f25bd3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"