From 44f09a9dbc19249efafb53c28a3cac5a0a7bac1c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 25 Jul 2018 15:13:19 +0200 Subject: [PATCH] bloaty: rebuild for gcc stdc++ dropping gcc4 compat --- srcpkgs/bloaty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bloaty/template b/srcpkgs/bloaty/template index 522431e39cd..e8731846b34 100644 --- a/srcpkgs/bloaty/template +++ b/srcpkgs/bloaty/template @@ -1,7 +1,7 @@ # Template file for 'bloaty' pkgname=bloaty version=0.0.20161228 -revision=1 +revision=2 _githash=2234386bcee7297dfa1b6d8a5d20f95ea4ed9bb0 wrksrc="${pkgname}-${_githash}" makedepends="re2-devel"