r-markdown: fix depends

This commit is contained in:
sukanka 2022-11-01 18:00:38 +08:00
parent 15a8ff5561
commit c2328e0c94
2 changed files with 3 additions and 1 deletions

View file

@ -4,13 +4,14 @@ _pkgname=markdown
_pkgver=1.2 _pkgver=1.2
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.2 pkgver=1.2
pkgrel=1 pkgrel=2
pkgdesc="Render Markdown with the C Library 'Sundown'" pkgdesc="Render Markdown with the C Library 'Sundown'"
arch=('x86_64') arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}" url="https://cran.r-project.org/package=${_pkgname}"
license=('GPL') license=('GPL')
depends=( depends=(
r r
r-commonmark
r-mime r-mime
r-xfun r-xfun
) )

View file

@ -3,6 +3,7 @@ maintainers:
- github: starsareintherose - github: starsareintherose
email: kuoi@bioarchlinux.org email: kuoi@bioarchlinux.org
repo_depends: repo_depends:
- r-commonmark
- r-mime - r-mime
- r-xfun - r-xfun
update_on: update_on: