summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 01:14:15 +0000
committerBioArchLinuxBot2023-04-27 01:14:15 +0000
commit264ceb3c175bf3d5dfccf086c1ab585cfba443f4 (patch)
treeac794e316cb8b29b575003513a6609dcde9eadaa
parentb2458f9f9a355ce42c210805473c1ea471fd2281 (diff)
downloadaur-264ceb3c175bf3d5dfccf086c1ab585cfba443f4.tar.gz
[lilac] updated to 1.42.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 563cf89b6d6d..11f822fc4011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = r-matchbox
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.
- pkgver = 1.40.0
+ pkgver = 1.42.0
pkgrel = 1
url = https://bioconductor.org/packages/matchBox
arch = any
license = Artistic2.0
depends = r
- source = https://bioconductor.org/packages/release/bioc/src/contrib/matchBox_1.40.0.tar.gz
- sha256sums = 5df37c20bddbb5f877e94f82d550764d804b428fa69a5484eb07f9bf56aef768
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/matchBox_1.42.0.tar.gz
+ sha256sums = e3546bc945019eb2aaaa9d4293fd733ceee7fbddf54d348dd8219f1648030682
pkgname = r-matchbox
diff --git a/PKGBUILD b/PKGBUILD
index a1c132ae2995..bddf9dc6aa14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=matchBox
-_pkgver=1.40.0
+_pkgver=1.42.0
pkgname=r-${_pkgname,,}
-pkgver=1.40.0
+pkgver=1.42.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=('5df37c20bddbb5f877e94f82d550764d804b428fa69a5484eb07f9bf56aef768')
+sha256sums=('e3546bc945019eb2aaaa9d4293fd733ceee7fbddf54d348dd8219f1648030682')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"