r-zinbwave: auto updated to 1.28.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-15 18:55:07 +00:00
parent 923509bb56
commit d812c8268d

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=zinbwave _pkgname=zinbwave
_pkgver=1.26.0 _pkgver=1.28.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.26.0 pkgver=1.28.0
pkgrel=1 pkgrel=1
pkgdesc='Zero-Inflated Negative Binomial Model for RNA-Seq Data' pkgdesc='Zero-Inflated Negative Binomial Model for RNA-Seq Data'
arch=('any') arch=('any')
@ -32,7 +32,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('913b05cf269efe4d8bcb9001610218d1b9bc1e940b3f0e93648fb0a0dddff41f') sha256sums=('c0548ff9b52806a9a1949eb55f0e60791bc06a882178c3c123c780432009047c')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"