summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:53:30 +0000
committerBioArchLinuxBot2022-10-18 12:53:30 +0000
commit302d1dc01e16ece71292c3e602fb91bbdc85b422 (patch)
tree5557c9b0240068bf55a7b202091375e0bcd22c51
parenta9f14665400b6614f0be0b62a9f40bf4a9dcf8ae (diff)
downloadaur-302d1dc01e16ece71292c3e602fb91bbdc85b422.tar.gz
[lilac] updated to 0.9.1-7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e4152510854..03dba5899073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-ggrepel
pkgdesc = Automatically Position Non-Overlapping Text Labels with 'ggplot2'
pkgver = 0.9.1
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=ggrepel
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 3b82622dce65..fba14fdcca0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=ggrepel
_pkgver=0.9.1
pkgname=r-${_pkgname,,}
pkgver=0.9.1
-pkgrel=4
+pkgrel=7
pkgdesc="Automatically Position Non-Overlapping Text Labels with 'ggplot2'"
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"