From 070f4f4dddd80d3a09da675deca3078332f42144 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sat, 16 May 2020 01:31:37 +0200 Subject: [PATCH] R-cran-reshape2: update to 1.4.4 --- srcpkgs/R-cran-reshape2/template | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/srcpkgs/R-cran-reshape2/template b/srcpkgs/R-cran-reshape2/template index 9ee2f61026f..dc30c03cf1c 100644 --- a/srcpkgs/R-cran-reshape2/template +++ b/srcpkgs/R-cran-reshape2/template @@ -1,15 +1,21 @@ # Template file for 'R-cran-reshape2' pkgname=R-cran-reshape2 -version=1.4.3 -revision=2 +version=1.4.4 +revision=1 build_style=R-cran -depends+=" R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp" -makedepends+=" R-cran-plyr R-cran-stringr R-cran-Rcpp" +makedepends="R-cran-plyr R-cran-stringr R-cran-Rcpp" +depends="R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp" short_desc="Flexibly Reshape Data: A Reboot of the Reshape Package" maintainer="Florian Wagner " license="MIT" homepage="https://github.com/hadley/reshape" -checksum=8aff94c935e75032344b52407593392ddd4e16a88bb206984340c816d42c710e +checksum=d88dcf9e2530fa9695fc57d0c78adfc5e361305fe8919fe09410b17da5ca12d8 + +pre_install() { + case "$XBPS_TARGET_MACHINE" in + *-musl) export PKG_CXXFLAGS+=" -D__MUSL__";; + esac +} post_install() { vlicense LICENSE