mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-r.cache: auto updated to 0.16.0-1
This commit is contained in:
parent
14931e6a3d
commit
0e97e609da
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=R.cache
|
||||
_pkgver=0.15.0
|
||||
_pkgver=0.16.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.15.0
|
||||
pkgrel=4
|
||||
pkgver=0.16.0
|
||||
pkgrel=1
|
||||
pkgdesc='Fast and Light-Weight Caching (Memoization) of Objects and Results to Speed Up Computations'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ depends=(
|
|||
r-r.utils
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('adb4d3b08f7917e10fe6188c7b90a3318701a974c58eaa09943b929382bdf126')
|
||||
sha256sums=('7853409161571a790e0383f64f99e4eae43201a0ed7146d2baf157741a509291')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue