From eb9cb2e00b434322a6c085564b09d818d752d6f7 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 13 Nov 2018 10:54:55 +0100 Subject: [PATCH] libtaginfo: rebuild for gcc stdc++ dropping gcc4 compat --- srcpkgs/libtaginfo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libtaginfo/template b/srcpkgs/libtaginfo/template index 05b756a9dc3..deaa9fbe50f 100644 --- a/srcpkgs/libtaginfo/template +++ b/srcpkgs/libtaginfo/template @@ -1,7 +1,7 @@ # Template file for 'libtaginfo' pkgname=libtaginfo version=0.2.1 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="taglib-devel"