summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"