summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 03:39:12 +0000
committerBioArchLinuxBot2022-11-03 03:39:12 +0000
commitf1da662637bc9b4ad99b13fa1d259145d6df51ae (patch)
treea96e9c94c83384b7951cf4d3603d250bdd7ffc93 /PKGBUILD
parent64ec7f6a4594fbf5a23afa30eeca8be61fe592ff (diff)
downloadaur-f1da662637bc9b4ad99b13fa1d259145d6df51ae.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 621fff68339e..724b65b4ca11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=proDA
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Differential Abundance Analysis of Label-Free Mass Spectrometry Data'
arch=('any')
@@ -32,7 +32,7 @@ optdepends=(
r-tidyr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ae9d3d988efb4f257354372ea3b677cc2bdae25e6c77bb2570311c53c323568d')
+sha256sums=('8548baddf6c96497635a05dcc30718017c0d242b07fba9f231a97480a04637ac')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"