summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-03 12:01:34 +0000
committerBioArchLinuxBot2023-02-03 12:01:34 +0000
commit7cfbf1e6657f719019d6441d2714917f964d27c7 (patch)
tree41d7987214b8582672cca1e05e6a5c0b2a61dba9 /PKGBUILD
parent0d46c6c4a1e8ce22d46636e6b0263435238cad5b (diff)
downloadaur-7cfbf1e6657f719019d6441d2714917f964d27c7.tar.gz
[lilac] updated to 0.9.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63e8a92cb977..dfa812ad3b9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=ggrepel
-_pkgver=0.9.2
+_pkgver=0.9.3
pkgname=r-${_pkgname,,}
-pkgver=0.9.2
-pkgrel=3
+pkgver=0.9.3
+pkgrel=1
pkgdesc="Automatically Position Non-Overlapping Text Labels with 'ggplot2'"
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -34,7 +34,7 @@ optdepends=(
r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0a3088c48177528e2a65defebbc4f09a744ebb44408588f688811f8d0d827488')
+sha256sums=('b9eba0e2edee84db0276b49e4834b65f5369edc4bc56f4cacc13e0d1c39a005c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"