mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/qt6-tools to 6.0.2-1
This commit is contained in:
parent
d9fef534b0
commit
153aca6183
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue