summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 00:24:32 +0000
committerBioArchLinuxBot2024-05-03 00:24:32 +0000
commit8ab2e1781b3ec178a4d039a8fd1fd5ebccae9dfa (patch)
tree44d882785bfacdb110a2347874ded7cb718fcaf5 /PKGBUILD
parent4db2a548747bac03b5f34f571579da8d003fe8bc (diff)
downloadaur-r-multihiccompare.tar.gz
[lilac] updated to 1.22.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"