summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 12:31:57 +0000
committerBioArchLinuxBot2022-11-26 12:31:57 +0000
commitcdc948645c4a32c45e2d5df85f0c4aaddb41e65f (patch)
treec3df4422c81a61789ea2f40235e1b2888faab7e3 /PKGBUILD
parentb8db70b970557a4a4974d27d31613d95bc11690c (diff)
downloadaur-cdc948645c4a32c45e2d5df85f0c4aaddb41e65f.tar.gz
[lilac] updated to 0.3.3-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47da2afb281c..c24b56453ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=proxyC
_pkgver=0.3.3
pkgname=r-${_pkgname,,}
pkgver=0.3.3
-pkgrel=1
+pkgrel=3
pkgdesc='Computes Proximity in Large Sparse Matrices'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -18,7 +18,9 @@ depends=(
)
optdepends=(
r-entropy
+ r-knitr
r-proxy
+ r-rmarkdown
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")