mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-v8: auto updated to 4.4.1-1
This commit is contained in:
parent
f286bcd57a
commit
3ac4740b20
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@
|
||||||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||||
|
|
||||||
_pkgname=V8
|
_pkgname=V8
|
||||||
_pkgver=4.4.0
|
_pkgver=4.4.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Embedded JavaScript and WebAssembly Engine for R"
|
pkgdesc="Embedded JavaScript and WebAssembly Engine for R"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -27,8 +27,8 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
md5sums=('bcc93b0681a1a23154e0e4290aa3af2c')
|
md5sums=('3060d1c091396baabfe5d52789058e09')
|
||||||
sha256sums=('635bc20fb90206c357b0eba53d8af0789783241d300f0190fce9d6d0614c8f46')
|
sha256sums=('5b6dd6133d83f3cc7297d0369706070f26c376d6ce6fb4cfcf2ad5308abd3a89')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
Loading…
Add table
Reference in a new issue