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

This commit is contained in:
Piotr Wójcik 2022-01-29 17:59:11 +01:00 committed by Piotr
parent 624669d9c3
commit cc924ea2c8

View file

@ -1,7 +1,7 @@
# Template file for 'R-cran-reshape2'
pkgname=R-cran-reshape2
version=1.4.4
revision=2
revision=3
build_style=R-cran
makedepends="R-cran-plyr R-cran-stringr R-cran-Rcpp"
depends="R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp"
@ -9,14 +9,9 @@ short_desc="Flexibly Reshape Data: A Reboot of the Reshape Package"
maintainer="Florian Wagner <florian@wagner-flo.net>"
license="MIT"
homepage="https://github.com/hadley/reshape"
changelog="https://raw.githubusercontent.com/hadley/reshape/master/NEWS.md"
checksum=d88dcf9e2530fa9695fc57d0c78adfc5e361305fe8919fe09410b17da5ca12d8
pre_install() {
case "$XBPS_TARGET_MACHINE" in
*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
esac
}
post_install() {
vlicense LICENSE
}