summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-21 00:50:29 +0000
committerBioArchLinuxBot2023-01-21 00:50:29 +0000
commita17d2380f920ea6aca60f12c32da347365f24660 (patch)
tree2fe725cc6c0fbdeb0e28b099db4e3c134026f5fe
parentcd81ab9553c745bc644c3b2e4de55a67d703771a (diff)
downloadaur-a17d2380f920ea6aca60f12c32da347365f24660.tar.gz
[lilac] updated to 4.6.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6629713829b6..cef280091c44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-msstats
pkgdesc = Protein Significance Analysis in DDA, SRM and DIA for Label-free or Label-based Proteomics Experiments
- pkgver = 4.6.2
+ pkgver = 4.6.3
pkgrel = 1
url = https://bioconductor.org/packages/MSstats
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = r-msstats
optdepends = r-markdown
optdepends = r-rmarkdown
optdepends = r-tinytest
- source = https://bioconductor.org/packages/release/bioc/src/contrib/MSstats_4.6.2.tar.gz
- sha256sums = 13e9d8125d21cda9cbe7e6b9e75a3ee7f160e1a022286e1320927dd098476667
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MSstats_4.6.3.tar.gz
+ sha256sums = c383ad9f056631dd40cbe48aec8bb31e8fb220fc4f5cf138c841cce2e6aa3b7e
pkgname = r-msstats
diff --git a/PKGBUILD b/PKGBUILD
index 729aef3eaed0..923d53544ac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MSstats
-_pkgver=4.6.2
+_pkgver=4.6.3
pkgname=r-${_pkgname,,}
-pkgver=4.6.2
+pkgver=4.6.3
pkgrel=1
pkgdesc='Protein Significance Analysis in DDA, SRM and DIA for Label-free or Label-based Proteomics Experiments'
arch=('x86_64')
@@ -33,7 +33,7 @@ optdepends=(
r-tinytest
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('13e9d8125d21cda9cbe7e6b9e75a3ee7f160e1a022286e1320927dd098476667')
+sha256sums=('c383ad9f056631dd40cbe48aec8bb31e8fb220fc4f5cf138c841cce2e6aa3b7e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"