r-damirseq: auto updated to 2.16.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 13:54:49 +00:00
parent a755e183aa
commit 8e29d61081

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DaMiRseq
_pkgver=2.14.0
_pkgver=2.16.0
pkgname=r-${_pkgname,,}
pkgver=2.14.0
pkgrel=2
pkgver=2.16.0
pkgrel=1
pkgdesc='Data Mining for RNA-seq data: normalization, feature selection and classification'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -43,7 +43,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('68dc5988e17c84f2e1e6e1b56c2735c4e4e804768f6825d56f221d2777a63ad7')
sha256sums=('21509c018182d5918c31802a3e29d0b8d32dadd4c6f3c791034528b8e46c3109')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"