dooble: rebuild against Qt 6.8

This commit is contained in:
John 2024-12-22 22:48:18 +01:00 committed by John Zimmermann
parent 0a5c691cc5
commit e533f851c6

View file

@ -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
}