summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-07 00:01:19 +0000
committerBioArchLinuxBot2022-11-07 00:01:19 +0000
commitcd4c655ab992bbcc0ca22576761db47dc588d7c5 (patch)
treef1642e0589fb0caedba08f387a9fd5658f938851 /PKGBUILD
parent302d1dc01e16ece71292c3e602fb91bbdc85b422 (diff)
downloadaur-cd4c655ab992bbcc0ca22576761db47dc588d7c5.tar.gz
[lilac] updated to 0.9.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fba14fdcca0c..e8c796834f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=ggrepel
-_pkgver=0.9.1
+_pkgver=0.9.2
pkgname=r-${_pkgname,,}
-pkgver=0.9.1
-pkgrel=7
+pkgver=0.9.2
+pkgrel=1
pkgdesc="Automatically Position Non-Overlapping Text Labels with 'ggplot2'"
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('29fb916d4799ba6503a5dd019717ffdf154d2aaae9ff1736f03e2be24af6bdfc')
+sha256sums=('0a3088c48177528e2a65defebbc4f09a744ebb44408588f688811f8d0d827488')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"