summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-24 18:05:20 +0000
committerBioArchLinuxBot2023-02-24 18:05:20 +0000
commit0d277ba8f0682ce34e9e1595a52e7be5644e4f55 (patch)
tree3e09711906754a27cbf57f240c7710d891835341 /PKGBUILD
parent9ba8170401bc42799ca140ec7c839918ab310eec (diff)
downloadaur-0d277ba8f0682ce34e9e1595a52e7be5644e4f55.tar.gz
[lilac] updated to 0.8.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff6996f5cc9b..bd7fed1bfe44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flextable
-_pkgver=0.8.5
+_pkgver=0.8.6
pkgname=r-${_pkgname,,}
-pkgver=0.8.5
-pkgrel=3
+pkgver=0.8.6
+pkgrel=1
pkgdesc='Functions for Tabular Reporting'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
license=('GPL')
depends=(
r
- r-base64enc
r-data.table
r-gdtools
r-htmltools
r-knitr
r-officer
+ r-ragg
r-rlang
r-rmarkdown
r-uuid
@@ -38,14 +38,14 @@ optdepends=(
r-officedown
r-pdftools
r-pkgdown
- r-ragg
r-scales
+ r-tables
r-testthat
r-webshot2
r-xtable
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b6a59a4a7a1ad40d6cb22289bf17a205a023bde8a9e95423c63d12f032519db0')
+sha256sums=('1872f4a27a0cf7b2bf04a2228ec6bbcfac50af4c3616d653b8b6c68df91d2836')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"