summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-03 18:02:49 +0000
committerBioArchLinuxBot2023-05-03 18:02:49 +0000
commitcf073cc095028f88f381a8372d6ccceb5fa71920 (patch)
treeaeb95226b263e101bcdbb16803eedd99561ce23e
parent5d914a1723fb0c4727d8eb321bbda90385cb1585 (diff)
downloadaur-cf073cc095028f88f381a8372d6ccceb5fa71920.tar.gz
[lilac] updated to 3.12.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbd6f4f7211a..d758babb61dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-lea
pkgdesc = LEA: an R package for Landscape and Ecological Association Studies
- pkgver = 3.12.0
+ pkgver = 3.12.2
pkgrel = 1
url = https://bioconductor.org/packages/LEA
arch = x86_64
license = GPL
depends = r
optdepends = r-knitr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/LEA_3.12.0.tar.gz
- sha256sums = 154c5b76d456e3143f4de985599e64e1c68e07ac71ded9bbc914f7abeb19e825
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/LEA_3.12.2.tar.gz
+ sha256sums = a93ac595bdcae577d93a2efd6402baaba387f423fa21ae7fbd51c17e11cdb9cf
pkgname = r-lea
diff --git a/PKGBUILD b/PKGBUILD
index 7d11a0437ebb..50e71d9389c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=LEA
-_pkgver=3.12.0
+_pkgver=3.12.2
pkgname=r-${_pkgname,,}
-pkgver=3.12.0
+pkgver=3.12.2
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=('154c5b76d456e3143f4de985599e64e1c68e07ac71ded9bbc914f7abeb19e825')
+sha256sums=('a93ac595bdcae577d93a2efd6402baaba387f423fa21ae7fbd51c17e11cdb9cf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"