summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 21:36:54 +0000
committerBioArchLinuxBot2022-11-02 21:36:54 +0000
commit1dd7b48e3be69014d5377f30435e07f280673202 (patch)
treee2f5909335e71e343de26cb27e156c7661ea3702
parent1917907c6dc80530d955a5ceb0c837eb3711242d (diff)
downloadaur-1dd7b48e3be69014d5377f30435e07f280673202.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3306a3c6980f..227feb7f3012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-omixer
pkgdesc = Omixer: multivariate and reproducible sample randomization to proactively counter batch effects in omics studies
- pkgver = 1.6.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://bioconductor.org/packages/Omixer
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-omixer
optdepends = r-magick
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Omixer_1.6.0.tar.gz
- sha256sums = 3d39e14ee529dc579b98e7a4853ad5df281da5cf8fcc8ea08e921eb132e65b89
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Omixer_1.8.0.tar.gz
+ sha256sums = a511ec37ca61222739a4c02462641c5d6ce1f7341259a0377781560c29491d20
pkgname = r-omixer
diff --git a/PKGBUILD b/PKGBUILD
index 0fb336a15eb1..32241c728c19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Omixer
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='Omixer: multivariate and reproducible sample randomization to proactively counter batch effects in omics studies'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3d39e14ee529dc579b98e7a4853ad5df281da5cf8fcc8ea08e921eb132e65b89')
+sha256sums=('a511ec37ca61222739a4c02462641c5d6ce1f7341259a0377781560c29491d20')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"