diff options
author | BioArchLinuxBot | 2024-10-31 15:35:24 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 15:35:24 +0000 |
commit | a806b4fec6c7efeaba34ab4aef8a9676e5c9b7fe (patch) | |
tree | b9771ceadb335e1c21d689268d7a0d3fce46f6e0 | |
parent | 494eaa41c9f17478494b939ebc76256bb5c45587 (diff) | |
download | aur-a806b4fec6c7efeaba34ab4aef8a9676e5c9b7fe.tar.gz |
[lilac] updated to 1.40.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-rain pkgdesc = Rhythmicity Analysis Incorporating Non-parametric Methods - pkgver = 1.38.0 + pkgver = 1.40.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.38.0.tar.gz - sha256sums = 8023fc74e3d2b87c5bfbbbbddba4a507d7f5f46e05a11873dbccf1c8222e5071 + source = https://bioconductor.org/packages/release/bioc/src/contrib/rain_1.40.0.tar.gz + sha256sums = fcb474d76359afd1e041ff8cb26e473f8f50be86cf0beedf8e9b6cf179b5a618 pkgname = r-rain @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=rain -_pkgver=1.38.0 +_pkgver=1.40.0 pkgname=r-${_pkgname,,} -pkgver=1.38.0 +pkgver=1.40.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=('8023fc74e3d2b87c5bfbbbbddba4a507d7f5f46e05a11873dbccf1c8222e5071') +sha256sums=('fcb474d76359afd1e041ff8cb26e473f8f50be86cf0beedf8e9b6cf179b5a618') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |