summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:32:28 +0000
committerBioArchLinuxBot2024-04-24 19:32:28 +0000
commitbd93864ba981431929d39e98bad2c509168d3aa2 (patch)
treeaa6a54961eb89d1d7c4ce7cd2e6435798d6b0dc0
parent19bda01f5af63cfaf32b010d96448380c0e23112 (diff)
downloadaur-r-squarem.tar.gz
[lilac] updated to 2021.1-13
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efb0075d15f4..faeb267f6002 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-squarem
pkgdesc = Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms
pkgver = 2021.1
- pkgrel = 12
+ pkgrel = 13
url = https://cran.r-project.org/package=SQUAREM
arch = any
- license = GPL
+ license = GPL-2.0-or-later
depends = r
optdepends = r-setrng
source = https://cran.r-project.org/src/contrib/SQUAREM_2021.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b57050521e7a..90ee2a8d7476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ _pkgname=SQUAREM
_pkgver=2021.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=12
+pkgrel=13
pkgdesc="Squared Extrapolation Methods for Accelerating EM-Like Monotone Algorithms"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL)
+license=('GPL-2.0-or-later')
depends=(
r
)