r-biocfilecache: auto updated to 2.10.2-1

This commit is contained in:
BioArchLinuxBot 2024-03-29 18:10:29 +00:00
parent 57f09e40de
commit cc6e6429fa

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BiocFileCache _pkgname=BiocFileCache
_pkgver=2.10.1 _pkgver=2.10.2
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.10.1 pkgver=2.10.2
pkgrel=1 pkgrel=1
pkgdesc='Manage Files Across Sessions' pkgdesc='Manage Files Across Sessions'
arch=('any') arch=('any')
@ -27,7 +27,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('b5d58418fef661743247229a39646685c31c5bfbeb73b28547c0ace772809310') sha256sums=('3f0cfc6dc10aaeae9f5856da1c1a4d31493222fe8be01ee0b6725fef09b3f601')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"