diff options
author | BioArchLinuxBot | 2022-11-03 07:48:35 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-03 07:48:35 +0000 |
commit | c1ceacff83fdeb1a2228f7e1169898ab11da8157 (patch) | |
tree | f2ab338308685e6914437fb7a8a0a7aa77845b90 | |
parent | ed8c652b9d07675296e338427e3865376c4b76f0 (diff) | |
download | aur-c1ceacff83fdeb1a2228f7e1169898ab11da8157.tar.gz |
[lilac] updated to 1.26.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-splinetimer pkgdesc = Time-course differential gene expression data analysis using spline regression models followed by gene association network reconstruction - pkgver = 1.24.0 + pkgver = 1.26.0 pkgrel = 1 url = https://bioconductor.org/packages/splineTimeR arch = any @@ -15,7 +15,7 @@ pkgbase = r-splinetimer depends = r-limma depends = r-longitudinal optdepends = r-knitr - source = https://bioconductor.org/packages/release/bioc/src/contrib/splineTimeR_1.24.0.tar.gz - sha256sums = fa7b33412f63c6158250cff8e9559833102c71fac4318ff825fa0ce1aba315ac + source = https://bioconductor.org/packages/release/bioc/src/contrib/splineTimeR_1.26.0.tar.gz + sha256sums = 503d7ccbc6b1276e8d75b2ac5580223c751b07c1362be052320ec949bb06af88 pkgname = r-splinetimer @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=splineTimeR -_pkgver=1.24.0 +_pkgver=1.26.0 pkgname=r-${_pkgname,,} -pkgver=1.24.0 +pkgver=1.26.0 pkgrel=1 pkgdesc='Time-course differential gene expression data analysis using spline regression models followed by gene association network reconstruction' arch=('any') @@ -24,7 +24,7 @@ optdepends=( r-knitr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('fa7b33412f63c6158250cff8e9559833102c71fac4318ff825fa0ce1aba315ac') +sha256sums=('503d7ccbc6b1276e8d75b2ac5580223c751b07c1362be052320ec949bb06af88') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |