diff options
author | BioArchLinuxBot | 2022-11-03 01:04:30 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-03 01:04:30 +0000 |
commit | 485bacb2ed4b5aa495ce4c658d9f6eabba51a53f (patch) | |
tree | d1de0fef592674794a6ade097acfea7415ac4a68 | |
parent | 01b3591af69b8bc9a364c2e6122e82969e363539 (diff) | |
download | aur-485bacb2ed4b5aa495ce4c658d9f6eabba51a53f.tar.gz |
[lilac] updated to 1.32.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.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 @@ -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}" |