mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-v8: auto updated to 4.2.0-1
This commit is contained in:
parent
a961d66f7f
commit
e5a4600cf8
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=V8
|
||||
_pkgver=4.1.0
|
||||
_pkgver=4.2.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=4.1.0
|
||||
pkgrel=3
|
||||
pkgver=4.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='Embedded JavaScript and WebAssembly Engine for R'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -24,7 +24,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('09d9d1166c8e3cc407c8153ad115fb24a60739dcb970c6584a6a4d483bfbd497')
|
||||
sha256sums=('6c62fdc974cc30fa975cad4ccb1e3796112fc2490a807f6e3d7878c3a5544743')
|
||||
options=(staticlibs)
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue