summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-03-22 18:09:16 +0000
committerBioArchLinuxBot2023-03-22 18:09:16 +0000
commit078f65f54f3feb7027891caf3fa289a03b2f7fd9 (patch)
tree7fd003b3f531b962f9e72814f1b511388fba8f9d
parentfe7acf2215a8df860a177bc3d6c6eb5a354b377c (diff)
downloadaur-078f65f54f3feb7027891caf3fa289a03b2f7fd9.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa985770bcfc..18133119d176 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.13.0
+ pkgver = 1.14.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.13.0.tar.gz
- sha256sums = 33a9b8acb3215afb162a7dce1b2d753d7181141f7071fe520472f62fdfcaa5fc
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/proBatch_1.14.0.tar.gz
+ sha256sums = 32705297e21273d3910f4c07d5b7aa64c49783d5c6ea02b356bab6b083812d1d
pkgname = r-probatch
diff --git a/PKGBUILD b/PKGBUILD
index efe26e3c3ba5..1cf1448b49ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=proBatch
-_pkgver=1.13.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.13.0
+pkgver=1.14.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=('33a9b8acb3215afb162a7dce1b2d753d7181141f7071fe520472f62fdfcaa5fc')
+sha256sums=('32705297e21273d3910f4c07d5b7aa64c49783d5c6ea02b356bab6b083812d1d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"