diff options
author | BioArchLinuxBot | 2023-04-27 10:28:26 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 10:28:26 +0000 |
commit | 313a7d9ada1e9fa74f7d3ca3691236801fed6028 (patch) | |
tree | 43f9ae472d03c0ad31c23400a65b2356db38a78a /PKGBUILD | |
parent | a87f14db695ef53fbbebb46c3e3ec219633bace3 (diff) | |
download | aur-313a7d9ada1e9fa74f7d3ca3691236801fed6028.tar.gz |
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |