summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:14:43 +0000
committerBioArchLinuxBot2022-10-18 12:14:43 +0000
commit024ccff73392308e0356dd7e417d93a2e97a0fdb (patch)
tree937412ffe2a2164b7fc1ba27149274212a3bceaf
parent5a7bb599ee7042b6a677d12a9f76cd64876ec62c (diff)
downloadaur-024ccff73392308e0356dd7e417d93a2e97a0fdb.tar.gz
[lilac] updated to 0.92-10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6d4dc39bf5..8e9d4337f6b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-corrplot
pkgdesc = Visualization of a Correlation Matrix
pkgver = 0.92
- pkgrel = 4
+ pkgrel = 10
url = https://cran.r-project.org/package=corrplot
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 583ce532b2cb..6398d9d35aa2 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=corrplot
_pkgver=0.92
pkgname=r-${_pkgname,,}
pkgver=0.92
-pkgrel=4
+pkgrel=10
pkgdesc='Visualization of a Correlation Matrix'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"