R-cran-lubridate: rebuild for R-cran-Rcpp-1.0.8

This commit is contained in:
Piotr Wójcik 2022-01-29 17:59:10 +01:00 committed by Piotr
parent 66b24e61b5
commit ff0d6b217a

View file

@ -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 <florian@wagner-flo.net>"
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
}