From 752b9a49d072a5ff60dd58b966c5495063ac25e5 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Mon, 8 May 2023 12:51:31 +0000 Subject: [PATCH] r-distinct: auto updated to 1.12.1-1 --- BioArchLinux/r-distinct/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BioArchLinux/r-distinct/PKGBUILD b/BioArchLinux/r-distinct/PKGBUILD index 7e68f45879..ab5efc1ba3 100644 --- a/BioArchLinux/r-distinct/PKGBUILD +++ b/BioArchLinux/r-distinct/PKGBUILD @@ -2,9 +2,9 @@ # Maintainer: Guoyi Zhang _pkgname=distinct -_pkgver=1.12.0 +_pkgver=1.12.1 pkgname=r-${_pkgname,,} -pkgver=1.12.0 +pkgver=1.12.1 pkgrel=1 pkgdesc='distinct: a method for differential analyses via hierarchical permutation tests' arch=('x86_64') @@ -31,7 +31,7 @@ optdepends=( r-upsetr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('f62fb4ec827f4bae55dcdbaa7c7e4115ea32b75ed112d07a05c00e578c6ae9d3') +sha256sums=('8eeb27987a2c83ee03d3daac44f95a18f1038f248402be7119a5f51b81ab1ecf') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"