summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:53:28 +0000
committerBioArchLinuxBot2024-04-24 19:53:28 +0000
commit69db4f6e31918de4b1f91ad21fe2079e7eb3676e (patch)
treec0653122a4ff8c13463c199f843a83a6d2efcc06
parent79b02a884b87057b4f79ffa4ee3dae155c065e5b (diff)
downloadaur-69db4f6e31918de4b1f91ad21fe2079e7eb3676e.tar.gz
[lilac] updated to 1.25-10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef19a340146c..8efccd6f29ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-rpmm
pkgdesc = Recursively Partitioned Mixture Model
pkgver = 1.25
- pkgrel = 9
+ pkgrel = 10
url = https://cran.r-project.org/package=RPMM
arch = any
- license = GPL
+ license = GPL-2.0-or-later
depends = r
source = https://cran.r-project.org/src/contrib/RPMM_1.25.tar.gz
md5sums = 3b449d676fd71ec4493db50e7f849dc9
diff --git a/PKGBUILD b/PKGBUILD
index 93bb017cba1b..da50a3f91ab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=RPMM
_pkgver=1.25
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=9
+pkgrel=10
pkgdesc="Recursively Partitioned Mixture Model"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL)
+license=('GPL-2.0-or-later')
depends=(
r
)