r-dewseq: auto updated to 1.20.0-1

This commit is contained in:
BioArchLinuxBot 2024-11-09 20:38:06 +00:00
parent bfe6e45e65
commit 5c0e42eccb

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DEWSeq
_pkgver=1.18.0
_pkgver=1.20.0
pkgname=r-${_pkgname,,}
pkgver=1.18.0
pkgver=1.20.0
pkgrel=1
pkgdesc='Differential Expressed Windows Based on Negative Binomial Distribution'
arch=('any')
@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2096644d0516f8ac26aeb1b38cdd84b581ecd87d1a88e4ef47e5f0c07a0e970c')
sha256sums=('7cb7bde9b9177cb443c16c17d51bbc2edacfb31a2125aee909bd825036025ce7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"