summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-25 12:23:31 +0000
committerBioArchLinuxBot2024-04-25 12:23:31 +0000
commitfb6582969d71913e1e4be861b964895c9da73efc (patch)
tree6b3af3456171029638ed61fb68bfa2d95f9d217a
parent98d25c5f6c158da72de3f72e117a76d0cd2be99e (diff)
downloadaur-fb6582969d71913e1e4be861b964895c9da73efc.tar.gz
[lilac] updated to 2.1.2-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4e2cb551d22..c811d4945af6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-ibreakdown
pkgdesc = Model Agnostic Instance Level Variable Attributions
pkgver = 2.1.2
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=iBreakDown
arch = any
- license = GPL3
+ license = GPL-3.0-only
depends = r-ggplot2
optdepends = r-covr
optdepends = r-dalex
diff --git a/PKGBUILD b/PKGBUILD
index 3333cd0be9af..020f83bbfc9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=iBreakDown
_pkgver=2.1.2
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=3
pkgdesc="Model Agnostic Instance Level Variable Attributions"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
r-ggplot2
)