From 25df4be885e77b4f5e1d8080f3d5119be620a046 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 15 Mar 2019 00:05:27 -0300 Subject: [PATCH] R: update to 3.5.3. --- srcpkgs/R/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/R/template b/srcpkgs/R/template index a6fb65a9f0..4c9d5e4b07 100644 --- a/srcpkgs/R/template +++ b/srcpkgs/R/template @@ -1,7 +1,7 @@ # Template file for 'R' pkgname=R -version=3.5.2 -revision=4 +version=3.5.3 +revision=1 build_style=gnu-configure configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R --with-lapack --with-blas --enable-R-shlib --with-tcltk @@ -18,7 +18,7 @@ license="GPL-2.0-or-later" homepage="https://www.r-project.org/" changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html" distfiles="https://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz" -checksum=e53d8c3cf20f2b8d7a9c1631b6f6a22874506fb392034758b3bb341c586c5b62 +checksum=2bfa37b7bd709f003d6b8a172ddfb6d03ddd2d672d6096439523039f7a8e678c nocross=yes shlib_provides="libR.so" @@ -30,7 +30,7 @@ pre_configure() { post_install() { # Sanitize Makeconf flags - sed -i -e 's/^\(CFLAGS\|CXXFLAGS\|CXX1XFLAGS\|FFLAGS\|SAFE_FFLAGS\) = .*/\1 = -O2 -g $(LTO)/' \ + vsed -i -e 's/^\(CFLAGS\|CXXFLAGS\|CXX1XFLAGS\|FFLAGS\|SAFE_FFLAGS\) = .*/\1 = -O2 -g $(LTO)/' \ -e 's/^LDFLAGS = .*/LDFLAGS =/' \ $DESTDIR/usr/lib/R/etc/Makeconf }