summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 16:01:01 +0000
committerBioArchLinuxBot2023-04-27 16:01:01 +0000
commitfece80311a5b531d6ba69f605e288ff7bfa9a000 (patch)
tree8689bec969523f5b065d1c046b7dbb5050533e38
parent8279574266861d177472fdd5de1da0250662d958 (diff)
downloadaur-fece80311a5b531d6ba69f605e288ff7bfa9a000.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14db5f3f826b..eea711e6e07f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-multihiccompare
pkgdesc = Normalize and detect differences between Hi-C datasets when replicates of each experimental condition are available
- pkgver = 1.16.0
+ pkgver = 1.18.0
pkgrel = 1
url = https://bioconductor.org/packages/multiHiCcompare
arch = any
@@ -22,7 +22,7 @@ pkgbase = r-multihiccompare
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/multiHiCcompare_1.16.0.tar.gz
- sha256sums = d92f377c016820f00ff7e54ed6358a3fd04cab5376dca76d7601636f58308b57
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/multiHiCcompare_1.18.0.tar.gz
+ sha256sums = 7bf63428aaebfc64235aa6067c238b55604f61a4848d8c38621a18f57dd4a956
pkgname = r-multihiccompare
diff --git a/PKGBUILD b/PKGBUILD
index 3721e0362390..556043baa18a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=multiHiCcompare
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Normalize and detect differences between Hi-C datasets when replicates of each experimental condition are available'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d92f377c016820f00ff7e54ed6358a3fd04cab5376dca76d7601636f58308b57')
+sha256sums=('7bf63428aaebfc64235aa6067c238b55604f61a4848d8c38621a18f57dd4a956')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"