r-cachem: auto updated to 1.0.8-1

This commit is contained in:
BioArchLinuxBot 2023-05-01 18:01:33 +00:00
parent 138169de15
commit a1f3598652

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cachem
_pkgver=1.0.7
_pkgver=1.0.8
pkgname=r-${_pkgname,,}
pkgver=1.0.7
pkgrel=2
pkgver=1.0.8
pkgrel=1
pkgdesc='Cache R Objects with Automatic Pruning'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -18,7 +18,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('234fad2a947d1e1fb87d3fa92abf9197877772e31bc81ae5991ae69689b6320a')
sha256sums=('ea9ca919fe615dce8770758ecc2fc88ac99074f66ff1cde3a0b95d40007f45c2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"