summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 21:26:34 +0000
committerBioArchLinuxBot2022-11-02 21:26:34 +0000
commit10a9c92564ec50967e2b7634c65ab07ecb301f37 (patch)
tree929ded40e57c5667826efcbffd16fc4858c2d8a9
parentbcf20c5b9caa3316108d66387cb795cd5ba09dfd (diff)
downloadaur-10a9c92564ec50967e2b7634c65ab07ecb301f37.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 896c4f44cb2d..eba3d06b3597 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-msstatslobd
pkgdesc = Assay characterization: estimation of limit of blanc(LoB) and limit of detection(LOD)
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/MSstatsLOBD
arch = any
@@ -15,7 +15,7 @@ pkgbase = r-msstatslobd
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-tinytest
- source = https://bioconductor.org/packages/release/bioc/src/contrib/MSstatsLOBD_1.4.0.tar.gz
- sha256sums = 6250dccc2ea8fa668f5d1c58943e3b79f3f2b22c24d5670cbc4b742744f9ee9c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MSstatsLOBD_1.6.0.tar.gz
+ sha256sums = 3ed31b8dcb61ce172cf1b48ad18d588f48bf6818a9fd5a8cbc4df39cba5ce9c1
pkgname = r-msstatslobd
diff --git a/PKGBUILD b/PKGBUILD
index 61758a29cd15..e9bc626581a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MSstatsLOBD
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='Assay characterization: estimation of limit of blanc(LoB) and limit of detection(LOD)'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-tinytest
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6250dccc2ea8fa668f5d1c58943e3b79f3f2b22c24d5670cbc4b742744f9ee9c')
+sha256sums=('3ed31b8dcb61ce172cf1b48ad18d588f48bf6818a9fd5a8cbc4df39cba5ce9c1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"