summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 10:04:06 +0000
committerBioArchLinuxBot2023-10-27 10:04:06 +0000
commit4db2a548747bac03b5f34f571579da8d003fe8bc (patch)
treea9f470db4a6f5b85f03896d86915e656afea7f07
parentc4abaa600ab956e8534bad9778f18dd863083480 (diff)
downloadaur-4db2a548747bac03b5f34f571579da8d003fe8bc.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec6ef8047944..1595ef1ffbcd 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.18.1
+ pkgver = 1.20.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.18.1.tar.gz
- sha256sums = 7c01999150846b2c49543f8bf049202245c6e1d5de75c7b2c4c89a84ff2055b8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/multiHiCcompare_1.20.0.tar.gz
+ sha256sums = 6b4cf113ae308b818ff7f695b80a1fa6025f95d394dafb855754e4409c305094
pkgname = r-multihiccompare
diff --git a/PKGBUILD b/PKGBUILD
index e74a5331dcca..40e2890de0d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=multiHiCcompare
-_pkgver=1.18.1
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.1
+pkgver=1.20.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=('7c01999150846b2c49543f8bf049202245c6e1d5de75c7b2c4c89a84ff2055b8')
+sha256sums=('6b4cf113ae308b818ff7f695b80a1fa6025f95d394dafb855754e4409c305094')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"