summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e46c2643206..251f62aa00c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ALDEx2
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.0
pkgrel=1
pkgdesc='Analysis Of Differential Abundance Taking Sample Variation Into Account'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-tidyverse
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1f361260ceb52bcc6e30bcc5d51990627703faf5464023f8dc87e7db12a79071')
+sha256sums=('7ec4afcf6be7b369aad32a81e02d7b12b0d98643a691529be052f9b5469a17af')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"