mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-markdown: fix depends
This commit is contained in:
parent
15a8ff5561
commit
c2328e0c94
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue