summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 14:37:27 +0000
committerBioArchLinuxBot2022-11-03 14:37:27 +0000
commitfe7acf2215a8df860a177bc3d6c6eb5a354b377c (patch)
tree7ecdb721b710e83e973e1cf3ce29615d0e468fff
parent4f3cf633b33d7ef14889767dbd7de2b5d5bbbc00 (diff)
downloadaur-fe7acf2215a8df860a177bc3d6c6eb5a354b377c.tar.gz
[lilac] updated to 1.13.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85a36b5acc09..aa985770bcfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-probatch
pkgdesc = Tools for Diagnostics and Corrections of Batch Effects in Proteomics
- pkgver = 1.11.0
+ pkgver = 1.13.0
pkgrel = 1
url = https://bioconductor.org/packages/proBatch
arch = any
@@ -38,7 +38,7 @@ pkgbase = r-probatch
optdepends = r-roxygen2
optdepends = r-spelling
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/proBatch_1.11.0.tar.gz
- sha256sums = a6a93ce35b0e25bce3e0d1c493ba3bb47a94355a4e0b627b63d7b87931fd2689
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/proBatch_1.13.0.tar.gz
+ sha256sums = 33a9b8acb3215afb162a7dce1b2d753d7181141f7071fe520472f62fdfcaa5fc
pkgname = r-probatch
diff --git a/PKGBUILD b/PKGBUILD
index 2d04f15a75c7..efe26e3c3ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=proBatch
-_pkgver=1.11.0
+_pkgver=1.13.0
pkgname=r-${_pkgname,,}
-pkgver=1.11.0
+pkgver=1.13.0
pkgrel=1
pkgdesc='Tools for Diagnostics and Corrections of Batch Effects in Proteomics'
arch=('any')
@@ -47,7 +47,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a6a93ce35b0e25bce3e0d1c493ba3bb47a94355a4e0b627b63d7b87931fd2689')
+sha256sums=('33a9b8acb3215afb162a7dce1b2d753d7181141f7071fe520472f62fdfcaa5fc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"