summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 00:01:29 +0000
committerBioArchLinuxBot2022-11-02 00:01:29 +0000
commit43d7f197603dca79165e7c458fa6272fda287113 (patch)
treeb4f9164b53657a15df5563cda79784cfdeb69049 /PKGBUILD
parent0ceb85399aac8a0e3371a16e0838dd112efae603 (diff)
downloadaur-43d7f197603dca79165e7c458fa6272fda287113.tar.gz
[lilac] updated to 1.7.20-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3c2becb153f..320d6ca9fa78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ade4
-_pkgver=1.7-19
+_pkgver=1.7-20
pkgname=r-${_pkgname,,}
-pkgver=1.7.19
-pkgrel=5
+pkgver=1.7.20
+pkgrel=1
pkgdesc='Analysis of Ecological Data: Exploratory and Euclidean Methods in Environmental Sciences'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -32,7 +32,7 @@ optdepends=(
r-waveslim
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c85111881ff93a261ca34a5b5ef313d1c0ff9b84f0b23596bc56cfa696f165ef')
+sha256sums=('ddc75788b55902f17dabda209eb67c378aa0233767697e00fa3f8fc85e4bad7b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"