mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rmarkdown: fix depends
This commit is contained in:
parent
c321f23efb
commit
68cb7f9bdc
2 changed files with 4 additions and 6 deletions
|
@ -7,10 +7,10 @@
|
|||
# Contributor: Alex Branham <branham@utexas.edu>
|
||||
|
||||
_pkgname=rmarkdown
|
||||
_pkgver=2.25
|
||||
_pkgver=2.26
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Dynamic Documents for R"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -24,7 +24,6 @@ depends=(
|
|||
r-jquerylib
|
||||
r-jsonlite
|
||||
r-knitr
|
||||
r-stringr
|
||||
r-tinytex
|
||||
r-xfun
|
||||
r-yaml
|
||||
|
@ -53,8 +52,8 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('c30424fc39406007031cf4e62ea572a8')
|
||||
b2sums=('b8cc6a96992738b1878304a38814ab2e774646f4c84515bc26fc58005d3215b107dad7f04d877e0914a5ff81af7f5609df443ab6243b02f10d7bf8e7e53ff2b6')
|
||||
md5sums=('d4f5e42ce1e7d2ab04fb1beff82c4ff5')
|
||||
b2sums=('787c2e0505c07345cc1e20826ca1a85d8fabc58a0468f76d7fb0e5d2a555168913afa0fca38fad5d7359c1fb6f0bcb44fdddbd9f2686a828c0e7d8f3818f829f')
|
||||
|
||||
prepare() {
|
||||
# Skip a test that might fail depending on environment
|
||||
|
|
|
@ -10,7 +10,6 @@ repo_depends:
|
|||
- r-jquerylib
|
||||
- r-jsonlite
|
||||
- r-knitr
|
||||
- r-stringr
|
||||
- r-tinytex
|
||||
- r-xfun
|
||||
- r-yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue