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 83e82260e641..d952ac86959d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=openxlsx
-_cranver=4.1.4
+_cranver=4.1.5
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -14,7 +14,7 @@ depends=('r>=3.3.0' r-rcpp r-zip r-stringi)
makedepends=(gcc)
optdepends=(r-knitr r-testthat r-roxygen2)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('9695e4f790c3c543967d867f1b26bba3')
+md5sums=('51e0e43b686a8fb82f7fed2ae9cc12cb')
build() {
cd "${srcdir}"