mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-knitr: fix optdepends
This commit is contained in:
parent
ce1bae1d74
commit
0d9fcecf5a
1 changed files with 4 additions and 6 deletions
|
@ -6,10 +6,10 @@
|
|||
# Contributor: Alex Branham <branham@utexas.edu>
|
||||
|
||||
_pkgname=knitr
|
||||
_pkgver=1.45
|
||||
_pkgver=1.46
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="A General-Purpose Package for Dynamic Report Generation in R"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -24,7 +24,6 @@ optdepends=(
|
|||
'pandoc: R Markdown v2 and reStructuredText support'
|
||||
'rst2pdf: rst2pdf() support'
|
||||
r-bslib
|
||||
r-curl
|
||||
r-dbi
|
||||
r-digest
|
||||
r-formatr
|
||||
|
@ -52,11 +51,10 @@ optdepends=(
|
|||
r-tikzdevice
|
||||
r-tinytex
|
||||
r-webshot
|
||||
r-xml2
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('334f8f963b3d8e9e0ce5c278775cb7ec')
|
||||
b2sums=('dd4df1373bee8cd89fbffca4518e277cc1616d94e0c34ed5651b5f24f964bd3d8c32270abc012bb7b8ab9cbafd544cdf950bf034d4d31163f86934e18c75a85f')
|
||||
md5sums=('ac4eae7a57b7ff78c5bd3faf76d4ec04')
|
||||
b2sums=('3b6b4c08b47ad40519c8c36af4d7e4d625665f998b23bd75cdc618411141dd0466372ea8e2c11ea2a7d2938e79ba6a43b4da77575141fec9bf95761047ce401c')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue