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 844461543a53..b309fe9d1eca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=foreach
-_cranver=1.4.8
+_cranver=1.5.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -13,7 +13,7 @@ license=(Apache2.0)
depends=('r>=2.5.0' r-iterators)
optdepends=(r-randomforest r-domc r-doparallel r-testthat r-knitr r-rmarkdown)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('cbe4ac21d8dea0a51f34e83f4d91acad')
+md5sums=('973c8ba4da54d5384f89a700cc514b8e')
build() {
cd "${srcdir}"