summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-07-03 18:11:51 +0000
committerBioArchLinuxBot2023-07-03 18:11:51 +0000
commitc4abaa600ab956e8534bad9778f18dd863083480 (patch)
tree775266c1497da8246b36bd6f6ea2edb7be8968c3 /PKGBUILD
parentfece80311a5b531d6ba69f605e288ff7bfa9a000 (diff)
downloadaur-c4abaa600ab956e8534bad9778f18dd863083480.tar.gz
[lilac] updated to 1.18.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"