summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-10-31 05:06:38 +0000
committerBioArchLinuxBot2024-10-31 05:06:38 +0000
commit947ba090da71efa4a744b9598f36e5135c90efea (patch)
tree65faaa4491b6d4ec8279dd6917f294d083802e0c
parent29860cda3e08e20f0b3c68870443b99316e75819 (diff)
downloadaur-947ba090da71efa4a744b9598f36e5135c90efea.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64fb09ef0676..1b1806a18033 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 8c84a6607b73..20228ca4c699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"