summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 782cffa95618..6b0832f7a090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=openxlsx
-_cranver=4.2.2
+_cranver=4.2.3
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -13,7 +13,7 @@ license=(MIT)
depends=('r>=3.3.0' r-rcpp r-zip r-stringi)
optdepends=(r-knitr r-testthat r-roxygen2 r-rmarkdown)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('0bde8a51be71c80e7cd0b6845a391dfb93d4a261c86336ab349cb7555956528b')
+sha256sums=('cdef89d826e50bef772af3e5eae935ca0316626a6e22f55f7631eac733b5e46f')
build() {
cd "${srcdir}"