extra/qt6-tools to 6.0.2-1

This commit is contained in:
Kevin Mihelich 2021-03-03 23:15:47 +00:00
parent d9fef534b0
commit 153aca6183

View file

@ -6,9 +6,9 @@
# - explicitly link v5/v6 with libatomic
pkgname=qt6-tools
_qtver=6.0.1
_qtver=6.0.2
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=('dc354358f7d2ed56d17190f4ad7e3fc3ad88185be1eb74b9132b8b66185c349f')
sha256sums=('465c3edf370db4df8e41a72ae35a6bcb2d7677210669f1934089de565af4f8e9')
build() {
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(qtdiag PRIVATE atomic)" >> ${_pkgfn}/src/qtdiag/CMakeLists.txt