diff options
author | BioArchLinuxBot | 2024-10-31 05:06:38 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 05:06:38 +0000 |
commit | 947ba090da71efa4a744b9598f36e5135c90efea (patch) | |
tree | 65faaa4491b6d4ec8279dd6917f294d083802e0c | |
parent | 29860cda3e08e20f0b3c68870443b99316e75819 (diff) | |
download | aur-947ba090da71efa4a744b9598f36e5135c90efea.tar.gz |
[lilac] updated to 1.22.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-dcanr pkgdesc = Differential co-expression/association network analysis - pkgver = 1.20.0 + pkgver = 1.22.0 pkgrel = 1 url = https://bioconductor.org/packages/dcanr arch = any @@ -29,7 +29,7 @@ pkgbase = r-dcanr optdepends = r-rmarkdown optdepends = r-summarizedexperiment optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/dcanr_1.20.0.tar.gz - sha256sums = 2b0a3ceb13ec37d1f0ee7c49902182e2f4adf15ed16da7f05890da1e02f28a97 + source = https://bioconductor.org/packages/release/bioc/src/contrib/dcanr_1.22.0.tar.gz + sha256sums = 5953f6cfed55e2be2b92524fd822a00ab23754712bd3225749f8ba1975dfbdb5 pkgname = r-dcanr @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=dcanr -_pkgver=1.20.0 +_pkgver=1.22.0 pkgname=r-${_pkgname,,} -pkgver=1.20.0 +pkgver=1.22.0 pkgrel=1 pkgdesc='Differential co-expression/association network analysis' arch=('any') @@ -38,7 +38,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('2b0a3ceb13ec37d1f0ee7c49902182e2f4adf15ed16da7f05890da1e02f28a97') +sha256sums=('5953f6cfed55e2be2b92524fd822a00ab23754712bd3225749f8ba1975dfbdb5') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |