summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 00:33:04 +0000
committerBioArchLinuxBot2024-05-03 00:33:04 +0000
commit6d49838749393ce3186d2dbbfc52159693c3f0b2 (patch)
treece723160546cca637955aa952a0d1707c9f8e05d /PKGBUILD
parent424bfbdd31ede7305dbec32c83fae2f235e05a4f (diff)
downloadaur-r-multibac.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8f84065119d..2027396ac8b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MultiBaC
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Multiomic Batch effect Correction'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('92b07e52109c23b058761cd8bb806646fb837fc5182f714a1efaf53cd58a8ed7')
+sha256sums=('872e3ec4d2aebc477134e9ee2ea5dde45ab66ce299d10d7c4021c5a881300854')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"