mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-systemfonts: fix depends
This commit is contained in:
parent
ca2031d350
commit
d688a918a1
2 changed files with 5 additions and 2 deletions
|
@ -14,8 +14,8 @@ license=('MIT')
|
|||
depends=(
|
||||
fontconfig
|
||||
freetype2
|
||||
r-lifecycle
|
||||
r-jsonlite
|
||||
r-lifecycle
|
||||
)
|
||||
makedepends=(
|
||||
r-cpp11
|
||||
|
@ -26,10 +26,10 @@ checkdepends=(
|
|||
)
|
||||
optdepends=(
|
||||
r-covr
|
||||
r-farver
|
||||
r-knitr
|
||||
r-rmarkdown
|
||||
r-testthat
|
||||
r-farver
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('55e5fbed422030307b1fa21e07cde12c')
|
||||
|
|
|
@ -3,6 +3,7 @@ maintainers:
|
|||
- github: pekkarr
|
||||
email: pekkarr@protonmail.com
|
||||
repo_depends:
|
||||
- r-jsonlite
|
||||
- r-lifecycle
|
||||
repo_makedepends:
|
||||
- r-cpp11
|
||||
|
@ -23,3 +24,5 @@ update_on:
|
|||
repo: extra
|
||||
provided: libfreetype.so
|
||||
strip_release: true
|
||||
- source: manual
|
||||
manual: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue