diff --git a/srcpkgs/dooble/template b/srcpkgs/dooble/template index d4d9be4961b..7ca28e675cb 100644 --- a/srcpkgs/dooble/template +++ b/srcpkgs/dooble/template @@ -1,7 +1,7 @@ # Template file for 'dooble' pkgname=dooble version=2024.08.20 -revision=1 +revision=2 archs="x86_64* aarch64*" build_style=qmake configure_args="dooble.pro" @@ -19,6 +19,7 @@ checksum=dbacd6adf762964983a1943496cd435ea9e4cf269568141d85a3c12d67acbc1e post_patch() { vsed -i -e 's/Wzero-as-null-pointer-constant/Wno-zero-as-null-pointer-constant/' \ + -e '/-Werror/d' \ dooble.pro }