summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:13:33 +0000
committerBioArchLinuxBot2024-04-24 19:13:33 +0000
commit33c95b4adbb5c23186e7698cdc4e105af1ddaf91 (patch)
tree8b3fa35cb01e91f8ca56d70a091d80c807174bb5
parent6e0e98deef41765f6e9169a3a87c813b88c1476b (diff)
downloadaur-r-modeltools.tar.gz
[lilac] updated to 0.2.23-13
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38096e07bc81..57818e572d1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-modeltools
pkgdesc = Tools and Classes for Statistical Models
pkgver = 0.2.23
- pkgrel = 12
+ pkgrel = 13
url = https://cran.r-project.org/package=modeltools
arch = any
- license = GPL2
+ license = GPL-2.0-only
depends = r
source = https://cran.r-project.org/src/contrib/modeltools_0.2-23.tar.gz
md5sums = 954e3f72a5fd9086f070f7fcc41a08f1
diff --git a/PKGBUILD b/PKGBUILD
index b832a50a4f9a..4b1414629f4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgname=modeltools
_pkgver=0.2-23
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=12
+pkgrel=13
pkgdesc="Tools and Classes for Statistical Models"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL2)
+license=('GPL-2.0-only')
depends=(
r
)