mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-htmltable: auto updated to 2.4.3-1
This commit is contained in:
parent
04df7035b9
commit
912296d9f5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=htmlTable
|
||||
_pkgver=2.4.2
|
||||
_pkgver=2.4.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.4.2
|
||||
pkgrel=2
|
||||
pkgver=2.4.3
|
||||
pkgrel=1
|
||||
pkgdesc='Advanced Tables for Markdown/HTML'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -37,7 +37,7 @@ optdepends=(
|
|||
r-xml2
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('6a83dd6172c13cad4a74f2660db94565814aaf8500237e2c418216be6db7360d')
|
||||
sha256sums=('3739d01bff313ccd206b63940a8252b037f0521d041c721a4e0d195abd6ef6dd')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue