mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-htmltools: auto updated to 0.5.5-1
This commit is contained in:
parent
8714d1c9b2
commit
ecb8f3b4cb
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=htmltools
|
||||
_pkgver=0.5.4
|
||||
_pkgver=0.5.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.5.4
|
||||
pkgver=0.5.5
|
||||
pkgrel=1
|
||||
pkgdesc='Tools for HTML'
|
||||
arch=('x86_64')
|
||||
|
@ -27,7 +27,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('008228a8690d39d8ae2716bc614e76337fdbe2bac4e96258c10245fdf24f327e')
|
||||
sha256sums=('c8b23fab855a89c6ed0f6d6c7cad0ff9c5ae329c0bdb479940443ee752f26659')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue