summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-30 00:02:06 +0000
committerBioArchLinuxBot2023-10-30 00:02:06 +0000
commit66076f9a0e242a687837055eabb0b1f4cccb7837 (patch)
treecd4b1049f686c148274b97271cbc99065ef85f8f /PKGBUILD
parente19adfa8f834d49720465c4c37a0f0f569660bee (diff)
downloadaur-r-htmltable.tar.gz
[lilac] updated to 2.4.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddcc4aa4068f..1354fc11f324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=htmlTable
-_pkgver=2.4.1
+_pkgver=2.4.2
pkgname=r-${_pkgname,,}
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc='Advanced Tables for Markdown/HTML'
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3a7f3e75d886dc398fd1d3cae907b536fff6af3a3d2c18349ef12ec06d310f93')
+sha256sums=('6a83dd6172c13cad4a74f2660db94565814aaf8500237e2c418216be6db7360d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"