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