summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 12:24:03 +0000
committerBioArchLinuxBot2024-04-25 12:24:03 +0000
commit5367514b9de4259a0d74d5f41ba882ca0782e00a (patch)
tree0b9fa325e3706373395a364026ee7b25dc3ff8cb
parent5d0d25c23482816e62f0245753b4d7e30d064cc2 (diff)
downloadaur-r-ingredients.tar.gz
[lilac] updated to 2.3.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7af76c7d9d40..076b77fc419e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-ingredients
pkgdesc = Effects and Importances of Model Ingredients
pkgver = 2.3.0
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=ingredients
arch = any
- license = GPL3
+ license = GPL-3.0-only
depends = r-ggplot2
depends = r-gridextra
depends = r-scales
diff --git a/PKGBUILD b/PKGBUILD
index 83a1d5a98692..ac111298f183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=ingredients
_pkgver=2.3.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Effects and Importances of Model Ingredients"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
r-ggplot2
r-gridextra