summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-08 12:06:40 +0000
committerBioArchLinuxBot2024-02-08 12:06:40 +0000
commit8e7ed72656e5ef5f7c4a794e9dab5fa27754caeb (patch)
treef8695e8330b23b83d22adf18b3c22e9b15fa321a /PKGBUILD
parentc1f7b742d23d617486f08129cff8ab2ed57ea849 (diff)
downloadaur-8e7ed72656e5ef5f7c4a794e9dab5fa27754caeb.tar.gz
[lilac] updated to 0.3.4-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77b758ddc361..7dc8c1729e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@ _pkgname=proxyC
_pkgver=0.3.4
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Computes Proximity in Large Sparse Matrices"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
blas
+ onetbb
r-rcpp
r-rcppparallel
)