summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-09 18:07:04 +0000
committerBioArchLinuxBot2023-02-09 18:07:04 +0000
commit0ece73e493946bff012ec10f93fd43b0f2da0385 (patch)
tree54c5980dd2ae79f0b4caf3e197eaba7c8c8abe79 /PKGBUILD
parent43d7f197603dca79165e7c458fa6272fda287113 (diff)
downloadaur-0ece73e493946bff012ec10f93fd43b0f2da0385.tar.gz
[lilac] updated to 1.7.22-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 320d6ca9fa78..a6683714d05c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ade4
-_pkgver=1.7-20
+_pkgver=1.7-22
pkgname=r-${_pkgname,,}
-pkgver=1.7.20
+pkgver=1.7.22
pkgrel=1
pkgdesc='Analysis of Ecological Data: Exploratory and Euclidean Methods in Environmental Sciences'
arch=('x86_64')
@@ -12,6 +12,8 @@ license=('GPL')
depends=(
r
r-pixmap
+ r-rcpp
+ r-rcpparmadillo
r-sp
)
optdepends=(
@@ -32,7 +34,7 @@ optdepends=(
r-waveslim
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ddc75788b55902f17dabda209eb67c378aa0233767697e00fa3f8fc85e4bad7b')
+sha256sums=('007df54e83a2a6cb8d6da8006f0aace011e7eaa7744dc5f8230ac2c002b393b4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"