summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:29:44 +0000
committerBioArchLinuxBot2022-10-18 12:29:44 +0000
commitc2dcee3bc01c21927580581c520b60ee5d70764a (patch)
treef8bc5fae114e4feb928450482b2044ed10ad7ab9 /PKGBUILD
parent76d0098d6eb13d13dd2724d851525563c07c2147 (diff)
downloadaur-c2dcee3bc01c21927580581c520b60ee5d70764a.tar.gz
[lilac] updated to 4.2.1-9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 299538fdd1cb..e67d06bf81e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
# system requirements: V8 engine version 6+ is needed for ES6 and WASMsupport. On Linux you can also build against libv8-dev (Debian)or v8-devel (Fedora). We also provide static libv8 binaries formost platforms, see the README for details.
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=V8
_pkgver=4.2.1
pkgname=r-${_pkgname,,}
pkgver=4.2.1
-pkgrel=7
+pkgrel=9
pkgdesc='Embedded JavaScript and WebAssembly Engine for R'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"