summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 00:24:32 +0000
committerBioArchLinuxBot2024-05-03 00:24:32 +0000
commit8ab2e1781b3ec178a4d039a8fd1fd5ebccae9dfa (patch)
tree44d882785bfacdb110a2347874ded7cb718fcaf5
parent4db2a548747bac03b5f34f571579da8d003fe8bc (diff)
downloadaur-r-multihiccompare.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 1595ef1ffbcd..9fae3e46b028 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.20.0
+ pkgver = 1.22.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.20.0.tar.gz
- sha256sums = 6b4cf113ae308b818ff7f695b80a1fa6025f95d394dafb855754e4409c305094
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/multiHiCcompare_1.22.0.tar.gz
+ sha256sums = 224c2bc3b30413f0d76cab0eb88f6f4ced6bbe6f60373b43bd0ff88e9547ab40
pkgname = r-multihiccompare
diff --git a/PKGBUILD b/PKGBUILD
index 40e2890de0d9..3c222bbbb271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=multiHiCcompare
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.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=('6b4cf113ae308b818ff7f695b80a1fa6025f95d394dafb855754e4409c305094')
+sha256sums=('224c2bc3b30413f0d76cab0eb88f6f4ced6bbe6f60373b43bd0ff88e9547ab40')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"