From cc924ea2c8bbbaf1ea62dc3c67a31c3597d2aa3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 29 Jan 2022 17:59:11 +0100 Subject: [PATCH] R-cran-reshape2: rebuild for R-cran-Rcpp-1.0.8 --- srcpkgs/R-cran-reshape2/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/R-cran-reshape2/template b/srcpkgs/R-cran-reshape2/template index fbc8a6b6aa9..4972487a671 100644 --- a/srcpkgs/R-cran-reshape2/template +++ b/srcpkgs/R-cran-reshape2/template @@ -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 " 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 }