summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-18 18:06:53 +0000
committerBioArchLinuxBot2023-06-18 18:06:53 +0000
commit3bb582d173f51433a7afce6303082d09011784e9 (patch)
treefaea4a0a258352d5b48415b6a23bcb281f7b1265 /PKGBUILD
parent60e971b60dac0dbbf1520df7263201b9bea966dc (diff)
downloadaur-3bb582d173f51433a7afce6303082d09011784e9.tar.gz
[lilac] updated to 0.9.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c26591eb9da..2b83753d7776 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flextable
-_pkgver=0.9.1
+_pkgver=0.9.2
pkgname=r-${_pkgname,,}
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc='Functions for Tabular Reporting'
arch=('any')
@@ -45,7 +45,7 @@ optdepends=(
r-xtable
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a462c9e600031ac0e878e7e2d75244a6c3cf0a665e9fc3e464debd29bcad8345')
+sha256sums=('bccd53919ae58f1d26c4a8ee42da1f5e0b7333f8b4ee295b380ed256069f923d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"