R-cran-lubridate: update to 1.7.9.
This commit is contained in:
parent
5b82e31231
commit
c81219d83a
|
@ -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 <florian@wagner-flo.net>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue