summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 01:04:30 +0000
committerBioArchLinuxBot2022-11-03 01:04:30 +0000
commit485bacb2ed4b5aa495ce4c658d9f6eabba51a53f (patch)
treed1de0fef592674794a6ade097acfea7415ac4a68
parent01b3591af69b8bc9a364c2e6122e82969e363539 (diff)
downloadaur-485bacb2ed4b5aa495ce4c658d9f6eabba51a53f.tar.gz
[lilac] updated to 1.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0df5f1ea05f0..3de0b9cfe0c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rain
pkgdesc = Rhythmicity Analysis Incorporating Non-parametric Methods
- pkgver = 1.30.0
+ pkgver = 1.32.0
pkgrel = 1
url = https://bioconductor.org/packages/rain
arch = any
@@ -10,7 +10,7 @@ pkgbase = r-rain
depends = r-multtest
optdepends = r-biocstyle
optdepends = r-lattice
- source = https://bioconductor.org/packages/release/bioc/src/contrib/rain_1.30.0.tar.gz
- sha256sums = 9189503e44387a4d9fed4dabf4e074676af1306721c44a630c8c1ad40017c6ba
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/rain_1.32.0.tar.gz
+ sha256sums = baa297b0d1c8bbc8db63c814018a5d77ba35c238928a00ef29c04c0ebe288b7e
pkgname = r-rain
diff --git a/PKGBUILD b/PKGBUILD
index 82560562e48a..82322c7cc26a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rain
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='Rhythmicity Analysis Incorporating Non-parametric Methods'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-lattice
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9189503e44387a4d9fed4dabf4e074676af1306721c44a630c8c1ad40017c6ba')
+sha256sums=('baa297b0d1c8bbc8db63c814018a5d77ba35c238928a00ef29c04c0ebe288b7e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"