summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 07:51:03 +0000
committerBioArchLinuxBot2024-05-03 07:51:03 +0000
commit5313aaf119eb2adbb08aa8fb3626def6fcacc698 (patch)
tree9909f4d5cc67aad3be4d2b123fef020d9df9c65b
parent01adb3cf0dfda3d08e4c9eee71a7bea69ce7ab6a (diff)
downloadaur-r-swath2stats.tar.gz
[lilac] updated to 1.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd72a82f32ff..fa6abedfab31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-swath2stats
pkgdesc = Transform and Filter SWATH Data for Statistical Packages
- pkgver = 1.32.1
+ pkgver = 1.34.0
pkgrel = 1
url = https://bioconductor.org/packages/SWATH2stats
arch = any
@@ -16,7 +16,7 @@ pkgbase = r-swath2stats
optdepends = r-peca
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SWATH2stats_1.32.1.tar.gz
- sha256sums = 7d3c599027203b12d2c83d179fc9c2f94b464992a4456ce6ba80dccb04787a92
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SWATH2stats_1.34.0.tar.gz
+ sha256sums = 00e4c8eef08869c9619b78a6705869968a11a9f871ade8b7b97a60980bfc5614
pkgname = r-swath2stats
diff --git a/PKGBUILD b/PKGBUILD
index 79c3cc16614f..9317c863df1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SWATH2stats
-_pkgver=1.32.1
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.1
+pkgver=1.34.0
pkgrel=1
pkgdesc='Transform and Filter SWATH Data for Statistical Packages'
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7d3c599027203b12d2c83d179fc9c2f94b464992a4456ce6ba80dccb04787a92')
+sha256sums=('00e4c8eef08869c9619b78a6705869968a11a9f871ade8b7b97a60980bfc5614')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"