r-desubs: auto updated to 1.28.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-28 12:24:06 +00:00
parent b8aa4930fa
commit 4bcb144fcc

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DEsubs
_pkgver=1.26.0
_pkgver=1.28.0
pkgname=r-${_pkgname,,}
pkgver=1.26.0
pkgver=1.28.0
pkgrel=1
pkgdesc='DEsubs: an R package for flexible identification of differentially expressed subpathways using RNA-seq expression experiments'
arch=('any')
@ -32,7 +32,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2e560a699048528cfb5f22c159162628e5e6f38008fd21cdbb0142d3282df8d7')
sha256sums=('0817f89af04ca5ccce6b031c7127a695f52009608a7613582f38f187974bbbad')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"