summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 13:13:57 +0000
committerBioArchLinuxBot2022-10-18 13:13:57 +0000
commit88a688fb417f78b52dfc504813883b849565feef (patch)
treea015a4fd9d45c24b72b188bbacc595a0b44fb9e1
parent66154c094c491b9dcf0ae33a13b1047d9a71b6a6 (diff)
downloadaur-88a688fb417f78b52dfc504813883b849565feef.tar.gz
[lilac] updated to 7.2.1-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a654076380e3..94d98d6cb4a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-roxygen2
pkgdesc = In-Line Documentation for R
pkgver = 7.2.1
- pkgrel = 1
+ pkgrel = 4
url = https://cran.r-project.org/package=roxygen2
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8fd4149be5c9..f0b82f19ce84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,14 @@
# system requirements: C++11
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=roxygen2
_pkgver=7.2.1
pkgname=r-${_pkgname,,}
pkgver=7.2.1
-pkgrel=1
+pkgrel=4
pkgdesc='In-Line Documentation for R'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"