extra/qt6-tools to 6.0.1-1

This commit is contained in:
Kevin Mihelich 2021-02-03 14:07:11 +00:00
parent eb5a9fb8ee
commit 1f8e9027e3

View file

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