diff options
author | John <me@johnnynator.dev> | 2025-02-08 11:01:40 +0000 |
---|---|---|
committer | John Zimmermann <me@johnzimmermann.de> | 2025-02-23 14:19:24 +0000 |
commit | 8e6e0286f41cbb27d60302edb313af273c4ba311 (patch) | |
tree | 2638cd30b5d7ba27b92c6c04e279cf548bc1852c | |
parent | 0ebe80209c963fc459d362521e97a1082381b6a3 (diff) | |
download | void-packages-8e6e0286f41cbb27d60302edb313af273c4ba311.tar void-packages-8e6e0286f41cbb27d60302edb313af273c4ba311.tar.gz void-packages-8e6e0286f41cbb27d60302edb313af273c4ba311.tar.bz2 void-packages-8e6e0286f41cbb27d60302edb313af273c4ba311.tar.lz void-packages-8e6e0286f41cbb27d60302edb313af273c4ba311.tar.xz void-packages-8e6e0286f41cbb27d60302edb313af273c4ba311.tar.zst void-packages-8e6e0286f41cbb27d60302edb313af273c4ba311.zip |
qt6-networkauth: update to 6.8.2.
-rw-r--r-- | srcpkgs/qt6-networkauth/template | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/srcpkgs/qt6-networkauth/template b/srcpkgs/qt6-networkauth/template index 1534fe66ebd..f265b53498e 100644 --- a/srcpkgs/qt6-networkauth/template +++ b/srcpkgs/qt6-networkauth/template @@ -1,6 +1,6 @@ # Template file for 'qt6-networkauth' pkgname=qt6-networkauth -version=6.8.1 +version=6.8.2 revision=1 build_style=cmake hostmakedepends="perl qt6-base" @@ -10,12 +10,18 @@ maintainer="John <me@johnnynator.dev>" license="GPL-3.0-only" homepage="https://qt.io/" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtnetworkauth-everywhere-src-${version}.tar.xz" -checksum=118664ba929c5fbbdf822438bd69bd43674cfee82e504e143da600fe47c74024 +checksum=d495b4b527ec87aba65af1a8e20291eb0a4826ddfafa78b0cb0ac1ef4455b4d7 if [ "$XBPS_CHECK_PKGS" ]; then configure_args="-DQT_BUILD_TESTS=ON" fi +do_check() { + cd build + local ctest_exclude="(module_includes)" + ctest -E "$ctest_exclude" +} + qt6-networkauth-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" |