summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-12-01 22:27:08 +0300
committerViktor Drobot2021-12-01 22:27:08 +0300
commit42870dc0b5ae6974886f166855616170940ea121 (patch)
treea6b08635e74bd87197ce937ec7abf15279d3d42f /PKGBUILD
parente7b6d21861a4df7811b5f46cb2f506189cebabc7 (diff)
downloadaur-42870dc0b5ae6974886f166855616170940ea121.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebf85b6c8099..e722f47606fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=V8
-_cranver=3.4.2
+_cranver=3.6.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -12,7 +12,7 @@ license=(MIT)
depends=(r 'r-rcpp>=0.12.12' 'r-jsonlite>=1.0' 'r-curl>=1.0' 'v8>=6')
optdepends=(r-testthat r-knitr r-rmarkdown)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('210643473ca8bf423fae34ce72ceb37a3e44c3315ec4abae59a77f077542d2ed')
+sha256sums=('a3969898bf4a7c13d3130fae0d385cd048d46372ff4a412917b914b159261377')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"