r-biocfilecache: auto updated to 2.14.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 03:09:27 +00:00
parent 2568bab262
commit 69d7d0d66f

View file

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