summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-06 18:02:41 +0000
committerBioArchLinuxBot2023-02-06 18:02:41 +0000
commit9d18b06594617e19ca0a7e2b8465e2967f1c3df0 (patch)
tree69535575707dbca942b60e51d9d0e3e9cccece11 /PKGBUILD
parent7993c2a6b074c24437b054cc86cdce46eea804a4 (diff)
downloadaur-r-openxlsx.tar.gz
[lilac] updated to 4.2.5.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25dbd58d1621..bc88c36253f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=openxlsx
-_pkgver=4.2.5.1
+_pkgver=4.2.5.2
pkgname=r-${_pkgname,,}
-pkgver=4.2.5.1
+pkgver=4.2.5.2
pkgrel=1
pkgdesc='Read, Write and Edit xlsx Files'
arch=('x86_64')
@@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('64d224380809d8d19788b02daf9d6dae45262594b81f5e013d37d34daf0945c8')
+sha256sums=('ee7089e7e5832ef22ee0d0eebf7cca5096ce23afb2bcdb58700be62526fc9b67')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"