r-jsonvalidate: add missing dependencies

This commit is contained in:
Shun Wang 2025-02-14 22:35:21 +08:00 committed by GitHub
parent e947ca9918
commit a14ee49613
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ arch=(any)
url="https://cran.r-project.org/package=$_pkgname" url="https://cran.r-project.org/package=$_pkgname"
license=('MIT') license=('MIT')
depends=( depends=(
r-r6
r-v8 r-v8
) )
checkdepends=( checkdepends=(

View file

@ -3,6 +3,7 @@ maintainers:
- github: pekkarr - github: pekkarr
email: pekkarr@protonmail.com email: pekkarr@protonmail.com
repo_depends: repo_depends:
- r-r6
- r-v8 - r-v8
repo_makedepends: repo_makedepends:
- r-testthat - r-testthat