diff --git a/srcpkgs/bijiben/template b/srcpkgs/bijiben/template index d1c52932bf..9b1f525fca 100644 --- a/srcpkgs/bijiben/template +++ b/srcpkgs/bijiben/template @@ -1,7 +1,7 @@ # Template file for 'bijiben' pkgname=bijiben version=3.24.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-update-mimedb" hostmakedepends="pkg-config intltool itstool gobject-introspection" @@ -17,3 +17,5 @@ homepage="http://live.gnome.org/Apps/Bijiben" license="GPL-2" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=2582c083e18b51c1c5743376c2adc1f8c68a1b912d14171a9d655ffe3d31abb6 +# https://bugzilla.gnome.org/show_bug.cgi?id=783714 +configure_args+=" --disable-Werror"