summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-16 06:02:44 +0000
committerBioArchLinuxBot2022-10-16 06:02:44 +0000
commit9a9414af95734a500b524eba49845744a900f9cb (patch)
tree92b7c67e69264027a79167ce7ec4adf20458da09
parentc1998b36d8dc0cb74d903fc1d9696daa2a9864b6 (diff)
downloadaur-9a9414af95734a500b524eba49845744a900f9cb.tar.gz
[lilac] updated to 0.4.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba9ccdfca6dc..f486036da086 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-gghighlight
pkgdesc = Highlight Lines and Points in 'ggplot2'
- pkgver = 0.3.3
- pkgrel = 2
+ pkgver = 0.4.0
+ pkgrel = 1
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.3.tar.gz
- sha256sums = 018d26b23a0918e5191501997daf9ccb9680692d879e56fef017cb086cb94e47
+ source = https://cran.r-project.org/src/contrib/gghighlight_0.4.0.tar.gz
+ sha256sums = ede2df12f935eb6517624e2659e807165f2b49ca3c862f2c10ef48f3deb0cc6d
pkgname = r-gghighlight
diff --git a/PKGBUILD b/PKGBUILD
index 230dedea52ec..3cec064ee1bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gghighlight
-_pkgver=0.3.3
+_pkgver=0.4.0
pkgname=r-${_pkgname,,}
-pkgver=0.3.3
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
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=('018d26b23a0918e5191501997daf9ccb9680692d879e56fef017cb086cb94e47')
+sha256sums=('ede2df12f935eb6517624e2659e807165f2b49ca3c862f2c10ef48f3deb0cc6d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"