summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 13:22:02 +0000
committerBioArchLinuxBot2022-11-26 13:22:02 +0000
commitf263714b1b37351cc1f340dfe72b3739ed4f1f31 (patch)
tree17d214c51c70d5269d6b8600423f5621b4f1f3a3 /PKGBUILD
parent4b9242e1ce784938e6041998f64464be05d774f6 (diff)
downloadaur-f263714b1b37351cc1f340dfe72b3739ed4f1f31.tar.gz
[lilac] updated to 0.60.16-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ee58511d1eb..c3e22e6e511b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=np
_pkgver=0.60-16
pkgname=r-${_pkgname,,}
pkgver=0.60.16
-pkgrel=1
+pkgrel=3
pkgdesc='Nonparametric Kernel Smoothing Methods for Mixed Data Types'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -16,6 +16,8 @@ depends=(
r-quantreg
)
optdepends=(
+ r-ks
+ r-logspline
r-mass
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")