summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 16:11:28 +0000
committerBioArchLinuxBot2023-04-27 16:11:28 +0000
commit68ebaeb1b69e945e878f0cdf382a9b689df749d3 (patch)
treef492219925caed0517a28323916c0572dc6b3459
parent6109668387831c3aaaefee7036b3f9f02d11d2cb (diff)
downloadaur-68ebaeb1b69e945e878f0cdf382a9b689df749d3.tar.gz
[lilac] updated to 1.30.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2d6af09464d..591082773a0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-swath2stats
pkgdesc = Transform and Filter SWATH Data for Statistical Packages
- pkgver = 1.28.0
+ pkgver = 1.30.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.28.0.tar.gz
- sha256sums = 4301191efec6f94a5a6facb19784af192f0fe1b0dbea4b4faaff82dd130e4bd5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SWATH2stats_1.30.0.tar.gz
+ sha256sums = b6f013416966850c8632d26cccd0c71c267b4ea0491557b0f7ca1fdd5880005a
pkgname = r-swath2stats
diff --git a/PKGBUILD b/PKGBUILD
index 32f25c9eb0bd..5eab34674d12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SWATH2stats
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.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=('4301191efec6f94a5a6facb19784af192f0fe1b0dbea4b4faaff82dd130e4bd5')
+sha256sums=('b6f013416966850c8632d26cccd0c71c267b4ea0491557b0f7ca1fdd5880005a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"