summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-17 01:29:06 +0000
committerBioArchLinuxBot2022-08-17 01:29:06 +0000
commitc1998b36d8dc0cb74d903fc1d9696daa2a9864b6 (patch)
tree3829304f8537a7320dc7ab4576e59dbaf10f296a
parent3798facbf9b9c664a205528ead8973e716eb5da2 (diff)
downloadaur-c1998b36d8dc0cb74d903fc1d9696daa2a9864b6.tar.gz
[lilac] updated to 0.3.3-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af59611ceea9..ba9ccdfca6dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-gghighlight
pkgdesc = Highlight Lines and Points in 'ggplot2'
- pkgver = 0.3.2
- pkgrel = 4
+ pkgver = 0.3.3
+ pkgrel = 2
url = https://cran.r-project.org/package=gghighlight
arch = any
license = MIT
@@ -18,7 +18,7 @@ pkgbase = r-gghighlight
optdepends = r-sf
optdepends = r-testthat
optdepends = r-vdiffr
- source = https://cran.r-project.org/src/contrib/gghighlight_0.3.2.tar.gz
- sha256sums = 5b543e550acb216beb1f80d2a41c9fb13c88ee29932185b98238fc9e35b1af2f
+ source = https://cran.r-project.org/src/contrib/gghighlight_0.3.3.tar.gz
+ sha256sums = 018d26b23a0918e5191501997daf9ccb9680692d879e56fef017cb086cb94e47
pkgname = r-gghighlight
diff --git a/PKGBUILD b/PKGBUILD
index 6686f0a61f7a..230dedea52ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gghighlight
-_pkgver=0.3.2
+_pkgver=0.3.3
pkgname=r-${_pkgname,,}
-pkgver=0.3.2
-pkgrel=4
+pkgver=0.3.3
+pkgrel=2
pkgdesc="Highlight Lines and Points in 'ggplot2'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -27,7 +27,7 @@ optdepends=(
r-vdiffr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5b543e550acb216beb1f80d2a41c9fb13c88ee29932185b98238fc9e35b1af2f')
+sha256sums=('018d26b23a0918e5191501997daf9ccb9680692d879e56fef017cb086cb94e47')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"