summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 18:49:01 +0000
committerBioArchLinuxBot2024-04-24 18:49:01 +0000
commit357f88fe57e65d31b2f62fe224972cc0eb172f5b (patch)
tree7be556c40d3da34062f571d66e5afbda41cbe9a1 /PKGBUILD
parentf63e29a3f61e2bb2230ac54304464065e76e9f96 (diff)
downloadaur-r-corrplot.tar.gz
[lilac] updated to 0.92-13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71b9f0bbdaa6..94e7c5c7816f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgname=corrplot
_pkgver=0.92
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=12
+pkgrel=13
pkgdesc="Visualization of a Correlation Matrix"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(MIT)
+license=('MIT')
depends=(
r
)