r-matchbox: auto updated to 1.44.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 19:06:28 +00:00
parent 76b6924f0f
commit d7bbccae90

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=matchBox
_pkgver=1.42.0
_pkgver=1.44.0
pkgname=r-${_pkgname,,}
pkgver=1.42.0
pkgver=1.44.0
pkgrel=1
pkgdesc='Utilities to compute, compare, and plot the agreement between ordered vectors of features (ie. distinct genomic experiments). The package includes Correspondence-At-the-TOP (CAT) analysis.'
arch=('any')
@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('e3546bc945019eb2aaaa9d4293fd733ceee7fbddf54d348dd8219f1648030682')
sha256sums=('3191d06eae4802bcd3e3eab87a15c2ddaae29c46bf1907026cfa8782e86eb1a0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"