summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:38:53 +0000
committerBioArchLinuxBot2024-04-24 19:38:53 +0000
commit71c1f3d880dbbbf56e9d65eb31d67df2eb8a61c5 (patch)
tree88796611b38423209a1723e4228998fc42e0ff09
parente31592783138184015c5663a4f60c678efe1d084 (diff)
downloadaur-71c1f3d880dbbbf56e9d65eb31d67df2eb8a61c5.tar.gz
[lilac] updated to 2.8.3-3
-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
)