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
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Render Markdown with the C Library 'Sundown'"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
license=('GPL')
|
||||
depends=(
|
||||
r
|
||||
r-commonmark
|
||||
r-mime
|
||||
r-xfun
|
||||
)
|
||||
|
|
|
@ -3,6 +3,7 @@ maintainers:
|
|||
- github: starsareintherose
|
||||
email: kuoi@bioarchlinux.org
|
||||
repo_depends:
|
||||
- r-commonmark
|
||||
- r-mime
|
||||
- r-xfun
|
||||
update_on:
|
||||
|
|
Loading…
Add table
Reference in a new issue