r-recount: auto updated to 1.20.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-29 12:31:35 +00:00
parent a871914ef1
commit c2fe41a5aa

View file

@ -3,7 +3,7 @@
_pkgname=recount
_pkgver=1.20.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.20.0
pkgrel=1
pkgdesc='Explore and download data from the recount project'
arch=('any')
@ -46,7 +46,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('17993ed062e66e675826d5b0dc43499be13332a04f94baa8d46ce266a2034ad5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"