summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:06:23 +0000
committerBioArchLinuxBot2024-04-24 19:06:23 +0000
commitc5ea3f8eb297518c78c8d94f30d904e37529e5b3 (patch)
treea0d3230a43f23df8fe067c942c23d5a9455fa006
parentef90b4065431d723c957109b265e16546e69573a (diff)
downloadaur-r-slam.tar.gz
[lilac] updated to 0.1.50-13
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff2420aec839..19ce62d663ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-slam
pkgdesc = Sparse Lightweight Arrays and Matrices
pkgver = 0.1.50
- pkgrel = 12
+ pkgrel = 13
url = https://cran.r-project.org/package=slam
arch = x86_64
- license = GPL2
+ license = GPL-2.0-only
depends = blas
depends = r
source = https://cran.r-project.org/src/contrib/slam_0.1-50.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ba34f4e47ee7..1ebba67100a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgname=slam
_pkgver=0.1-50
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=12
+pkgrel=13
pkgdesc="Sparse Lightweight Arrays and Matrices"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL2)
+license=('GPL-2.0-only')
depends=(
blas
r