summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-18 00:41:49 +0000
committerBioArchLinuxBot2022-08-18 00:41:49 +0000
commite0a943466ef9191be12ea7efb0dbc349a0970299 (patch)
tree55daa8f7efeea9579da7b11848a2b7c74d5461cc
parent7ee7fc12c977e4dd5e0f123c2c8030664e76fb1a (diff)
downloadaur-e0a943466ef9191be12ea7efb0dbc349a0970299.tar.gz
[lilac] updated to 0.2.17-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 451d1a01c127..26ad4182bc97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-rinside
pkgdesc = C++ Classes to Embed R in C++ (and C) Applications
pkgver = 0.2.17
- pkgrel = 1
+ pkgrel = 2
url = https://cran.r-project.org/package=RInside
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d5bf493cb9f8..7e4d6f8d3e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
# Maintainer: sukanka <su975853527@gmail.com>
-# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=RInside
_pkgver=0.2.17
pkgname=r-${_pkgname,,}
pkgver=0.2.17
-pkgrel=1
+pkgrel=2
pkgdesc='C++ Classes to Embed R in C++ (and C) Applications'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"