summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2023-03-21 19:18:32 +0200
committerChristoph Fink2023-03-21 19:18:32 +0200
commitb98503d41429fb6123ae37f0a35458803b810877 (patch)
tree480d255534b49c292abb9082fbf5f43179963e9a /PKGBUILD
parentc401802b3223c1804774ad1e55b6a35343bcb968 (diff)
downloadaur-b98503d41429fb6123ae37f0a35458803b810877.tar.gz
upgpkg: r-rlang 1.1.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 902fe02e246e..87e662c23755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Functions for Base Types and Core R and ‘Tidyverse’ Features"
url="https://cran.r-project.org/package=${_cranname}"
license=("MIT")
pkgver=${_cranver//[:-]/.}
-pkgrel=2
+pkgrel=3
arch=("i686" "x86_64")
depends=(
@@ -25,7 +25,6 @@ optdepends=(
"r-magrittr"
"r-pillar"
"r-rmarkdown"
- "r-testthat>=3.0.0"
"r-tibble"
"r-usethis"
"r-vctrs>=0.2.3"