mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rmarkdown: auto updated to 2.16-1
This commit is contained in:
parent
32d68fef65
commit
7af814b6eb
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=rmarkdown
|
||||
_pkgver=2.15
|
||||
_pkgver=2.16
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.15
|
||||
pkgver=2.16
|
||||
pkgrel=1
|
||||
pkgdesc='Dynamic Documents for R'
|
||||
arch=('any')
|
||||
|
@ -37,7 +37,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('6af64f5865f691ccfb864c0255a9fa9193234fb6a44f4955d664930ca92cf598')
|
||||
sha256sums=('d3d34e0419c419d3ab20eb60952a0f0f4c391d202277af55dcd673d25561fa71')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue