summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-17 06:15:58 +0000
committerBioArchLinuxBot2025-04-17 06:15:58 +0000
commit446f027417f7c181f0a18a6e12406961be9b580c (patch)
treeeb49bfe4f4f768ce34eabf2473fd44c2476a88c6
parenta806b4fec6c7efeaba34ab4aef8a9676e5c9b7fe (diff)
downloadaur-446f027417f7c181f0a18a6e12406961be9b580c.tar.gz
[lilac] updated to 1.42.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecbc83c58fd8..63e245dcc4d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rain
pkgdesc = Rhythmicity Analysis Incorporating Non-parametric Methods
- pkgver = 1.40.0
+ pkgver = 1.42.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.40.0.tar.gz
- sha256sums = fcb474d76359afd1e041ff8cb26e473f8f50be86cf0beedf8e9b6cf179b5a618
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/rain_1.42.0.tar.gz
+ sha256sums = 546a76b45b17ddf55062e0bfc1442ee70594f30e45bbbf32ea50987e47f638ef
pkgname = r-rain
diff --git a/PKGBUILD b/PKGBUILD
index 9ef703fb58fd..9e744c18e65e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rain
-_pkgver=1.40.0
+_pkgver=1.42.0
pkgname=r-${_pkgname,,}
-pkgver=1.40.0
+pkgver=1.42.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=('fcb474d76359afd1e041ff8cb26e473f8f50be86cf0beedf8e9b6cf179b5a618')
+sha256sums=('546a76b45b17ddf55062e0bfc1442ee70594f30e45bbbf32ea50987e47f638ef')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"