summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-07 00:02:04 +0000
committerBioArchLinuxBot2023-12-07 00:02:04 +0000
commit01adb3cf0dfda3d08e4c9eee71a7bea69ce7ab6a (patch)
treebe5e8cd5ea8e6a0d9a44b2dbdf015e745eaec24b
parent401ceb237f830a948d12a5b1e9c4a9cc1fbfac59 (diff)
downloadaur-01adb3cf0dfda3d08e4c9eee71a7bea69ce7ab6a.tar.gz
[lilac] updated to 1.32.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10c561344a9e..bd72a82f32ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-swath2stats
pkgdesc = Transform and Filter SWATH Data for Statistical Packages
- pkgver = 1.32.0
+ pkgver = 1.32.1
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.0.tar.gz
- sha256sums = e0ee84677ffcc0d1338295f812573340bae8c8d6e8dddefc75f9926b8dada498
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SWATH2stats_1.32.1.tar.gz
+ sha256sums = 7d3c599027203b12d2c83d179fc9c2f94b464992a4456ce6ba80dccb04787a92
pkgname = r-swath2stats
diff --git a/PKGBUILD b/PKGBUILD
index ae8e016a69c6..79c3cc16614f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SWATH2stats
-_pkgver=1.32.0
+_pkgver=1.32.1
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.32.1
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=('e0ee84677ffcc0d1338295f812573340bae8c8d6e8dddefc75f9926b8dada498')
+sha256sums=('7d3c599027203b12d2c83d179fc9c2f94b464992a4456ce6ba80dccb04787a92')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"