From c81219d83abd56cf464605b754f61037e09b41bb Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Wed, 22 Jul 2020 14:54:07 +0200 Subject: [PATCH] R-cran-lubridate: update to 1.7.9. --- srcpkgs/R-cran-lubridate/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/R-cran-lubridate/template b/srcpkgs/R-cran-lubridate/template index 1828d97b907..3a6e7e93250 100644 --- a/srcpkgs/R-cran-lubridate/template +++ b/srcpkgs/R-cran-lubridate/template @@ -1,6 +1,6 @@ # Template file for 'R-cran-lubridate' pkgname=R-cran-lubridate -version=1.7.8 +version=1.7.9 revision=1 build_style=R-cran makedepends="R-cran-generics R-cran-Rcpp" @@ -9,4 +9,10 @@ short_desc="Make Dealing with Dates a Little Easier" maintainer="Florian Wagner " license="GPL-2.0-or-later" homepage="https://github.com/tidyverse/lubridate" -checksum=3da19922fc373e113ecc58c4984955ba26da703edc9c991bd444b7077d4b553c +checksum=cbf95ee07323f3912a98f3cfdae04258d7ce1edb259787f284e2be3cddfed272 + +pre_install() { + case "$XBPS_TARGET_MACHINE" in + *-musl) export PKG_CXXFLAGS+=" -D__MUSL__";; + esac +}