summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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