summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 10:28:26 +0000
committerBioArchLinuxBot2023-04-27 10:28:26 +0000
commit313a7d9ada1e9fa74f7d3ca3691236801fed6028 (patch)
tree43f9ae472d03c0ad31c23400a65b2356db38a78a /PKGBUILD
parenta87f14db695ef53fbbebb46c3e3ec219633bace3 (diff)
downloadaur-313a7d9ada1e9fa74f7d3ca3691236801fed6028.tar.gz
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4ed8bee1f5f..081189f83238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ALDEx2
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='Analysis Of Differential Abundance Taking Sample Variation Into Account'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6eba6fdd689fdd5d18fde3ffe4aa64ad4af5bfdc8977b8038d297fb46ed10515')
+sha256sums=('6851a6513775996dd204e907f3e33d68bef35476d4fe046299778fce3162b33d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"