summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 14:34:13 +0000
committerBioArchLinuxBot2022-11-26 14:34:13 +0000
commite94e36e7c7b54de1675fc400570073882da4bdb1 (patch)
tree30956247d506f6f8111224120144e3bf992405c9
parent71e8cd2d589c62848d30516a9ce8a8f850643aca (diff)
downloadaur-e94e36e7c7b54de1675fc400570073882da4bdb1.tar.gz
[lilac] updated to 7.2.2-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1badc6f2f5a..bc6755c4d5cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = r-roxygen2
pkgdesc = In-Line Documentation for R
pkgver = 7.2.2
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=roxygen2
arch = x86_64
license = MIT
depends = r
depends = r-brew
+ depends = r-cli
depends = r-commonmark
depends = r-cpp11
depends = r-desc
@@ -18,13 +19,14 @@ pkgbase = r-roxygen2
depends = r-rlang
depends = r-stringi
depends = r-stringr
+ depends = r-withr
depends = r-xml2
optdepends = r-covr
- optdepends = r-devtools
optdepends = r-r.methodss3
optdepends = r-r.oo
optdepends = r-rmarkdown
optdepends = r-testthat
+ optdepends = r-yaml
source = https://cran.r-project.org/src/contrib/roxygen2_7.2.2.tar.gz
sha256sums = 715608bdaa07ca55d8e258902399d6a4fa887b085fd8dfc3686f963f5994f11e
diff --git a/PKGBUILD b/PKGBUILD
index 6853a260ffe4..e73e3c476139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgname=roxygen2
_pkgver=7.2.2
pkgname=r-${_pkgname,,}
pkgver=7.2.2
-pkgrel=1
+pkgrel=3
pkgdesc='In-Line Documentation for R'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -16,6 +16,7 @@ license=('MIT')
depends=(
r
r-brew
+ r-cli
r-commonmark
r-cpp11
r-desc
@@ -27,15 +28,16 @@ depends=(
r-rlang
r-stringi
r-stringr
+ r-withr
r-xml2
)
optdepends=(
r-covr
- r-devtools
r-r.methodss3
r-r.oo
r-rmarkdown
r-testthat
+ r-yaml
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('715608bdaa07ca55d8e258902399d6a4fa887b085fd8dfc3686f963f5994f11e')