r-nbamseq: auto updated to 1.22.0-1

This commit is contained in:
BioArchLinuxBot 2024-11-09 20:39:01 +00:00
parent 5c0e42eccb
commit be0adea77f

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=NBAMSeq
_pkgver=1.20.0
_pkgver=1.22.0
pkgname=r-${_pkgname,,}
pkgver=1.20.0
pkgver=1.22.0
pkgrel=1
pkgdesc='Negative Binomial Additive Model for RNA-Seq Data'
arch=('any')
@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2a6dc2f1846528aa6ba03b5a72d0c81267fd0e0e4d22a8383df6317e765ff4c5')
sha256sums=('b7b3dd203357062d32b2d9a4b85f367e2fd86a0553815adea493b87c67dda331')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"