summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-06 00:09:13 +0000
committerBioArchLinuxBot2024-05-06 00:09:13 +0000
commita02af7421fe2b34da93f25af1d155efdb8717b01 (patch)
tree971b332813901031ef5f0a1bdfdd326b0510b46b /PKGBUILD
parent1e218f7126be1d79ae3f6897f2817745193aa882 (diff)
downloadaur-a02af7421fe2b34da93f25af1d155efdb8717b01.tar.gz
[lilac] updated to 0.9.6-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c141231a0d7..bf0741a9a88b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flextable
-_pkgver=0.9.5
+_pkgver=0.9.6
pkgname=r-${_pkgname,,}
-pkgver=0.9.5
+pkgver=0.9.6
pkgrel=1
pkgdesc='Functions for Tabular Reporting'
arch=('any')
@@ -46,7 +46,7 @@ optdepends=(
r-xtable
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7c37a82d64a4ad926a1709e924ff6bb7b8a55950fdb6cb710104a574e611b892')
+sha256sums=('232e050bec231b5d58ca8ad54116c476d2dd683ac2824b3688c06250338f9229')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"