summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:52:56 +0000
committerBioArchLinuxBot2022-10-18 12:52:56 +0000
commit82267f701f0fe3b0a3cf3e1d16bcd2a8f820ccd4 (patch)
treef2e5ae3ef218479b03caefa1d53b0a49f460c577
parentaf13e4e4cac171948fe6ca98f7199a6d37be8128 (diff)
downloadaur-82267f701f0fe3b0a3cf3e1d16bcd2a8f820ccd4.tar.gz
[lilac] updated to 0.6.4-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3646548cd94b..e877978b7883 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-ggsignif
pkgdesc = Significance Brackets for 'ggplot2'
pkgver = 0.6.4
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=ggsignif
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a81641a35333..d7854d5fb928 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=ggsignif
_pkgver=0.6.4
pkgname=r-${_pkgname,,}
pkgver=0.6.4
-pkgrel=1
+pkgrel=3
pkgdesc="Significance Brackets for 'ggplot2'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"