summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:28:18 +0000
committerBioArchLinuxBot2024-04-24 19:28:18 +0000
commit2471ac4d381e209b9f65b41b67612990bbd8a775 (patch)
tree28f4e106ca1da3dac0828fa8521f0681b71092d2 /PKGBUILD
parent2f883b6c28a01df71c9656fe555c59428e384963 (diff)
downloadaur-r-randomforest.tar.gz
[lilac] updated to 4.7.1.1-10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ee9acb44d04..d0557c100f49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=randomForest
_pkgver=4.7-1.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=9
+pkgrel=10
pkgdesc="Breiman and Cutler's Random Forests for Classification and Regression"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL)
+license=('GPL-2.0-or-later')
depends=(
r
)