mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cachem: auto updated to 1.1.0-1
This commit is contained in:
parent
544772fd63
commit
0dbbf49dac
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||
|
||||
_pkgname=cachem
|
||||
_pkgver=1.0.8
|
||||
_pkgver=1.1.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc="Cache R Objects with Automatic Pruning"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -22,8 +22,8 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('f7b8c1dae009101e6785febca66bb659')
|
||||
b2sums=('0d575f66233a207c464842807d7a34a05c1e458c09588eb900ab9b28e68652229be55924f71f581100aefff9ae3e36ccefe0d5cfa37045dc89b035e555475e3c')
|
||||
md5sums=('53980eb40dd09b0cd44673d3a6fabe36')
|
||||
b2sums=('b67125c5a80b00e10ff3801a8ee5e4d705080ed8ffd00cb73042ecb7916e0b8b03528e6c605725ddaf0354a367742afafb8bb72d452949c1c4c8a0a2c3df28a3')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue