extra/qt6-3d to 6.2.2-1

This commit is contained in:
Kevin Mihelich 2021-12-01 14:13:30 +00:00
parent 660d966a46
commit 1490511e19

View file

@ -6,9 +6,9 @@
# - explicitly link v5/v6 with libatomic
pkgname=qt6-3d
_qtver=6.2.1
_qtver=6.2.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=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings' 'ass
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
sha256sums=('730c0e8e1a1a59c4acbeca68e206bab14ef770f5dacb94b84103a82243cfeeb3')
sha256sums=('ce5088048f151be2dd41600aa1132faa6cf8accfaaf4c40e60572384aef396ad')
build() {
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(3DCore PRIVATE atomic)" >> ${_pkgfn}/src/core/CMakeLists.txt