summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-07-03 18:11:51 +0000
committerBioArchLinuxBot2023-07-03 18:11:51 +0000
commitc4abaa600ab956e8534bad9778f18dd863083480 (patch)
tree775266c1497da8246b36bd6f6ea2edb7be8968c3
parentfece80311a5b531d6ba69f605e288ff7bfa9a000 (diff)
downloadaur-c4abaa600ab956e8534bad9778f18dd863083480.tar.gz
[lilac] updated to 1.18.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eea711e6e07f..ec6ef8047944 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.0
+ pkgver = 1.18.1
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.0.tar.gz
- sha256sums = 7bf63428aaebfc64235aa6067c238b55604f61a4848d8c38621a18f57dd4a956
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/multiHiCcompare_1.18.1.tar.gz
+ sha256sums = 7c01999150846b2c49543f8bf049202245c6e1d5de75c7b2c4c89a84ff2055b8
pkgname = r-multihiccompare
diff --git a/PKGBUILD b/PKGBUILD
index 556043baa18a..e74a5331dcca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=multiHiCcompare
-_pkgver=1.18.0
+_pkgver=1.18.1
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.18.1
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=('7bf63428aaebfc64235aa6067c238b55604f61a4848d8c38621a18f57dd4a956')
+sha256sums=('7c01999150846b2c49543f8bf049202245c6e1d5de75c7b2c4c89a84ff2055b8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"