summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 07:59:00 +0000
committerBioArchLinuxBot2024-05-03 07:59:00 +0000
commite5bb36bc93b439eda9a136c770ca3f5c2cb53aa4 (patch)
treed37b9a63c365d15f53c086c53fa0140bb35d6fea /PKGBUILD
parent0e12759675dedd2699d128d28ed7e06bc6acd4f5 (diff)
downloadaur-r-tadcompare.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e7585f0b062..454aced02509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TADCompare
-_pkgver=1.12.1
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.1
+pkgver=1.14.0
pkgrel=1
pkgdesc='TADCompare: Identification and characterization of differential TADs'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6af959693595b9ec8a0208cc5fe7020b1d4756a3e7ae2ebde18950558d02a958')
+sha256sums=('cc6007103ca41a7b67c82685f071a1624261b3281917891c4989c0c116ef00cd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"