r-raggedexperiment: auto updated to 1.20.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 06:24:11 +00:00
parent 5fcb29cf3a
commit 9f040314fe

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RaggedExperiment
_pkgver=1.18.0
_pkgver=1.20.0
pkgname=r-${_pkgname,,}
pkgver=1.18.0
pkgrel=2
pkgver=1.20.0
pkgrel=1
pkgdesc='Representation of Sparse Experiments and Assays Across Samples'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4a9a0e5442b60c5a3f266898a397afc0c963caba6b05fcc7a422f360624586d6')
sha256sums=('4e1468d8ec064ba23f455784a1f812846b3168153be9c7dc6d25c8c3ce4b7813')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"