summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-18 14:14:31 +0000
committerBioArchLinuxBot2025-04-18 14:14:31 +0000
commit5a53d8662901ff67381764683a3b2744d73eebe0 (patch)
tree86dc45af3e289d44def7d31dc3b2a6798cd0f348
parentd5e34ef132439a883e9aa96a01623d18bab14c4e (diff)
downloadaur-r-msprep.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5073ddbf3cd5..0ba52f36b0f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-msprep
pkgdesc = Package for Summarizing, Filtering, Imputing, and Normalizing Metabolomics Data
- pkgver = 1.16.0
+ pkgver = 1.18.0
pkgrel = 1
url = https://bioconductor.org/packages/MSPrep
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-msprep
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/MSPrep_1.16.0.tar.gz
- sha256sums = ca5a4361e56c687ee43c43ea9aa5838cfb4504fdb3111e8fbcc40da9ca512058
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MSPrep_1.18.0.tar.gz
+ sha256sums = 55debab5accc9efbee1b05ea31efa268e422fe1b42d8b729919cfcd6bab4be5b
pkgname = r-msprep
diff --git a/PKGBUILD b/PKGBUILD
index 4c3b51934122..7d665b88491c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MSPrep
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Package for Summarizing, Filtering, Imputing, and Normalizing Metabolomics Data'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ca5a4361e56c687ee43c43ea9aa5838cfb4504fdb3111e8fbcc40da9ca512058')
+sha256sums=('55debab5accc9efbee1b05ea31efa268e422fe1b42d8b729919cfcd6bab4be5b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"