r-recount: auto updated to 1.22.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 04:28:59 +00:00
parent 2ff93b52ae
commit 58d7068d09

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recount
_pkgver=1.20.0
_pkgver=1.22.0
pkgname=r-${_pkgname,,}
pkgver=1.20.0
pkgver=1.22.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=('17993ed062e66e675826d5b0dc43499be13332a04f94baa8d46ce266a2034ad5')
sha256sums=('9e668e7034e5ed1affca6e0f7d3cfd29af0c765f8906647b7dc7c2982d9237d6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"