summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:04:16 +0000
committerBioArchLinuxBot2022-10-18 12:04:16 +0000
commitb2ee9147388940917fd7ac7ec5ac846d958033b2 (patch)
tree05c411ea0d5fa43cfd33968fee4f8c00f8934991
parent0f6a4e3959987d7ad289f56a25399acd75c0b105 (diff)
downloadaur-b2ee9147388940917fd7ac7ec5ac846d958033b2.tar.gz
[lilac] updated to 3.4-11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c45f6f3b8118..f50e62b07a00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-sys
pkgdesc = Powerful and Reliable Tools for Running System Commands in R
pkgver = 3.4
- pkgrel = 5
+ pkgrel = 11
url = https://cran.r-project.org/package=sys
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 674652e3a51d..48115c255bd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Kibouo <csonka.mihaly@hotmail.com>
_pkgname=sys
_pkgver=3.4
pkgname=r-${_pkgname,,}
pkgver=3.4
-pkgrel=5
+pkgrel=11
pkgdesc='Powerful and Reliable Tools for Running System Commands in R'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"