From a8100b6025fdd725e5836669fa9d866df4b52427 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 7 Jun 2021 16:27:10 +0000 Subject: [PATCH] extra/qt6-tools to 6.1.1-1 --- extra/qt6-tools/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/qt6-tools/PKGBUILD b/extra/qt6-tools/PKGBUILD index 9e79acdd5..56d89a10d 100644 --- a/extra/qt6-tools/PKGBUILD +++ b/extra/qt6-tools/PKGBUILD @@ -6,9 +6,9 @@ # - explicitly link v5/v6 with libatomic pkgname=qt6-tools -_qtver=6.1.0 +_qtver=6.1.1 pkgver=${_qtver/-/} -pkgrel=2 +pkgrel=1 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) @@ -19,7 +19,7 @@ optdepends=('clang: for qdoc and lupdate') groups=(qt6) _pkgfn="${pkgname/6-/}-everywhere-src-$_qtver" source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz) -sha256sums=('6263030c1120a30b0541d37b52dc0be0ea04bbb8d1695ec9648f0bd77e421f3e') +sha256sums=('cba8d9a836e83b7a5e6d068239635b261f7ca4a059992b2b66cd546380091273') build() { [[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(qtdiag PRIVATE atomic)" >> ${_pkgfn}/src/qtdiag/CMakeLists.txt