summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:19:29 +0000
committerBioArchLinuxBot2024-04-24 19:19:29 +0000
commit0eabb31737aac1fbf100713de7876c3e2362ac59 (patch)
treeba1d68efa4fc6ec22f22e7806f5c859bbf5e5de3 /PKGBUILD
parent672eb5098c5ddae9fd764fcb2d7b4bb9d93c9111 (diff)
downloadaur-0eabb31737aac1fbf100713de7876c3e2362ac59.tar.gz
[lilac] updated to 1.0.5-10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 737dc6012bd8..b37e5278724f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=rsvd
_pkgver=1.0.5
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=9
+pkgrel=10
pkgdesc="Randomized Singular Value Decomposition"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-or-later')
depends=(
r
)