From ff0d6b217ab903e778d868e4d265a14e4b444802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 29 Jan 2022 17:59:10 +0100 Subject: [PATCH] R-cran-lubridate: rebuild for R-cran-Rcpp-1.0.8 --- srcpkgs/R-cran-lubridate/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/R-cran-lubridate/template b/srcpkgs/R-cran-lubridate/template index 76601e943c2..f7ddaa3c4c6 100644 --- a/srcpkgs/R-cran-lubridate/template +++ b/srcpkgs/R-cran-lubridate/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-lubridate' pkgname=R-cran-lubridate version=1.7.9 -revision=2 +revision=3 build_style=R-cran makedepends="R-cran-generics R-cran-Rcpp" depends="R-cran-generics R-cran-Rcpp>=0.12.13" @@ -9,10 +9,6 @@ short_desc="Make Dealing with Dates a Little Easier" maintainer="Florian Wagner " license="GPL-2.0-or-later" homepage="https://github.com/tidyverse/lubridate" +changelog="https://raw.githubusercontent.com/tidyverse/lubridate/main/NEWS.md" +distfiles="https://src.fedoraproject.org/repo/pkgs/R-lubridate/lubridate_${version}.tar.gz/sha512/344cb68f9943f9cec50a191fa7d6527d5f5c5dbb6d967f5d90088bda8d2997fbfe3e729d06afa95cfdb634dbf396c1c7b0a60338bd417f34741e30f60087daec/lubridate_${version}.tar.gz" checksum=cbf95ee07323f3912a98f3cfdae04258d7ce1edb259787f284e2be3cddfed272 - -pre_install() { - case "$XBPS_TARGET_MACHINE" in - *-musl) export PKG_CXXFLAGS+=" -D__MUSL__";; - esac -}