summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 19:15:31 +0000
committerBioArchLinuxBot2023-10-25 19:15:31 +0000
commite7e0227c17d3a77a79470cd477d7959b97760a43 (patch)
tree21f24cfe6c86d14eb2b5a13e5d6bbecf6cc5910c /PKGBUILD
parentcf073cc095028f88f381a8372d6ccceb5fa71920 (diff)
downloadaur-e7e0227c17d3a77a79470cd477d7959b97760a43.tar.gz
[lilac] updated to 3.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50e71d9389c9..76ab8e1dbf38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=LEA
-_pkgver=3.12.2
+_pkgver=3.14.0
pkgname=r-${_pkgname,,}
-pkgver=3.12.2
+pkgver=3.14.0
pkgrel=1
pkgdesc='LEA: an R package for Landscape and Ecological Association Studies'
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a93ac595bdcae577d93a2efd6402baaba387f423fa21ae7fbd51c17e11cdb9cf')
+sha256sums=('611918debc6f25f2cc7277f77979a3e8352c517b63bea56626c6fd9c2ecb14e6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"