r-degnorm: auto updated to 1.6.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 02:26:19 +00:00
parent 4145ee2bfb
commit 9f72663175

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DegNorm
_pkgver=1.4.0
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=1.4.0
pkgver=1.6.0
pkgrel=1
pkgdesc='DegNorm: degradation normalization for RNA-seq data'
arch=('x86_64')
@ -34,7 +34,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2eae54a3ccb40e2988785e27ce0aa4467aadefb6e9f5a2e4a503bd52adbf7b38')
sha256sums=('3db1dbd637e439ab4c0d91b7c1d9c16427d75fa394417b5a429f70d64ef0e7a1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"