r-rsubread: auto updated to 2.10.1-1

This commit is contained in:
BioArchLinuxBot 2022-05-19 00:02:02 +00:00
parent 8387f49ca1
commit 1f8ff8416d

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Rsubread
_pkgver=2.10.0
_pkgver=2.10.1
pkgname=r-${_pkgname,,}
pkgver=2.10.0
pkgver=2.10.1
pkgrel=1
pkgdesc='Mapping, quantification and variant analysis of sequencing data'
arch=('x86_64')
@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('fc6cbbde18d63c0aa4b3edb14554c23a8d37a545667a39973f4daaef111fa8b9')
sha256sums=('acc968e8e5f3833e1eb269282ba8a7d72d5db58ba08ce1e2be8191ffeb03c8b1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"