diff --git a/srcpkgs/qlog/template b/srcpkgs/qlog/template index 6f9c8dd4d69..268b7c80728 100644 --- a/srcpkgs/qlog/template +++ b/srcpkgs/qlog/template @@ -1,7 +1,8 @@ # Template file for 'qlog' pkgname=qlog -version=0.44.1 +version=0.45.0 revision=1 +_flags_version=0.44.1 build_style=qmake build_helper=qmake6 hostmakedepends="qt6-base" @@ -13,15 +14,15 @@ license="GPL-3.0-or-later" homepage="https://github.com/foldynl/QLog" changelog="https://raw.githubusercontent.com/foldynl/QLog/master/Changelog" distfiles="https://github.com/foldynl/QLog/archive/refs/tags/v${version}.tar.gz - https://github.com/foldynl/QLog-Flags/archive/refs/tags/v${version}.tar.gz>flags-${version}.tar.gz" -checksum="bfb305132d3672e57b467a891355f3121f27502c15b7be2f9ba6676e8f86a3dd + https://github.com/foldynl/QLog-Flags/archive/refs/tags/v${_flags_version}.tar.gz>flags-${_flags_version}.tar.gz" +checksum="55ee8373db2b0ebc7a0228f27ca5c88d4de2aeb207f5b9d7d00a045c37f50ebb 4757c23033670556ab74ff62ee5ceaf39db3665b33414a9cfe9dae49c3a56e0a" -skip_extraction="flags-${version}.tar.gz" +skip_extraction="flags-${_flags_version}.tar.gz" if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then broken="Qt6 WebEngine" fi post_extract() { - vsrcextract -C res/flags "flags-${version}.tar.gz" + vsrcextract -C res/flags "flags-${_flags_version}.tar.gz" }