summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-01 18:02:31 +0000
committerBioArchLinuxBot2023-02-01 18:02:31 +0000
commite36d78589de8853e7a2def6f81a609310ae7899a (patch)
treef414b853f87f357d05c2c4e1b40603ddfaf8a675 /PKGBUILD
parent7c160920a2b4e996562238c6d0dab4e04bddd087 (diff)
downloadaur-r-rinside.tar.gz
[lilac] updated to 0.2.18-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d5c45fce332..3fb66a59c4f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=RInside
-_pkgver=0.2.17
+_pkgver=0.2.18
pkgname=r-${_pkgname,,}
-pkgver=0.2.17
-pkgrel=4
+pkgver=0.2.18
+pkgrel=1
pkgdesc='C++ Classes to Embed R in C++ (and C) Applications'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -15,7 +15,7 @@ depends=(
r-rcpp
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0be28c44ee34cba669a7264d2b99c289230645598ca78e21682559dc31824348')
+sha256sums=('805014f0f0a364633e0e3c59100665a089bc455dec80b24f04aaec96466cb736')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"