summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab18c7e81ef9..b99ed0fde4b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-irlba
pkgdesc = Fast Truncated Singular Value Decomposition and Principal Components Analysis for Large Dense and Sparse Matrices
pkgver = 2.3.5.1
- pkgrel = 5
+ pkgrel = 6
url = https://cran.r-project.org/package=irlba
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
depends = blas
depends = lapack
depends = r
diff --git a/PKGBUILD b/PKGBUILD
index 68f86f6d04d2..8de696a5776c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ _pkgname=irlba
_pkgver=2.3.5.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=5
+pkgrel=6
pkgdesc="Fast Truncated Singular Value Decomposition and Principal Components Analysis for Large Dense and Sparse Matrices"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
blas
lapack