summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"