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 d1cb8fa7c5c1..ec9ca8ee21a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-pls
pkgdesc = Partial Least Squares and Principal Component Regression
pkgver = 2.8.3
- pkgrel = 2
+ pkgrel = 3
url = https://cran.r-project.org/package=pls
arch = any
- license = GPL2
+ license = GPL-2.0-only
depends = r
optdepends = r-rmpi
optdepends = r-runit
diff --git a/PKGBUILD b/PKGBUILD
index 1ac4af2a5f1e..fef27b83e692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=pls
_pkgver=2.8-3
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Partial Least Squares and Principal Component Regression"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL2)
+license=('GPL-2.0-only')
depends=(
r
)