mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-flextable: auto updated to 0.8.3-1
This commit is contained in:
parent
c62b839af3
commit
b80045a353
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=flextable
|
||||
_pkgver=0.8.2
|
||||
_pkgver=0.8.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.8.2
|
||||
pkgver=0.8.3
|
||||
pkgrel=1
|
||||
pkgdesc='Functions for Tabular Reporting'
|
||||
arch=('any')
|
||||
|
@ -37,7 +37,7 @@ optdepends=(
|
|||
r-xtable
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a353c92af651187c4659463b3e527884e99344d95326e9484497438c529f9914')
|
||||
sha256sums=('45ba27c86980abd69268d4dae861e6d741166f06cfa42a28b6cd1d1ef0070c3b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue