summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"