summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 14:17:46 +0000
committerBioArchLinuxBot2022-11-26 14:17:46 +0000
commit4c787744b3399e5d17f3941ab6f5ed181d62c958 (patch)
tree76599a729ca6d1c6d52ed08a2d189b94c32bcc6e
parent76d33937e45b74cbeabe9a5163918d040e6614ca (diff)
downloadaur-4c787744b3399e5d17f3941ab6f5ed181d62c958.tar.gz
[lilac] updated to 3.0.2-3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 20 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b73e3fd7004..11715da4a4a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-lintr
pkgdesc = A 'Linter' for R Code
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=lintr
arch = any
license = MIT
@@ -10,16 +10,22 @@ pkgbase = r-lintr
depends = r-crayon
depends = r-cyclocomp
depends = r-digest
- depends = r-httr
+ depends = r-glue
depends = r-jsonlite
depends = r-knitr
depends = r-rex
- depends = r-rstudioapi
- depends = r-testthat
depends = r-xml2
depends = r-xmlparsedata
+ optdepends = r-covr
+ optdepends = r-httr
optdepends = r-mockery
+ optdepends = r-patrick
+ optdepends = r-pkgdown
optdepends = r-rmarkdown
+ optdepends = r-rstudioapi
+ optdepends = r-testthat
+ optdepends = r-tibble
+ optdepends = r-withr
source = https://cran.r-project.org/src/contrib/lintr_3.0.2.tar.gz
sha256sums = 9f6a70affea78d2092f40a7ba8961615d48b0c4ae8044ec72a1422a4342d34c9
diff --git a/PKGBUILD b/PKGBUILD
index 7684f1948d61..922ce6732888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgname=lintr
_pkgver=3.0.2
pkgname=r-${_pkgname,,}
pkgver=3.0.2
-pkgrel=1
+pkgrel=3
pkgdesc="A 'Linter' for R Code"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -19,18 +19,24 @@ depends=(
r-crayon
r-cyclocomp
r-digest
- r-httr
+ r-glue
r-jsonlite
r-knitr
r-rex
- r-rstudioapi
- r-testthat
r-xml2
r-xmlparsedata
)
optdepends=(
+ r-covr
+ r-httr
r-mockery
+ r-patrick
+ r-pkgdown
r-rmarkdown
+ r-rstudioapi
+ r-testthat
+ r-tibble
+ r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9f6a70affea78d2092f40a7ba8961615d48b0c4ae8044ec72a1422a4342d34c9')