extra/qt6-3d to 6.0.4-1

This commit is contained in:
Kevin Mihelich 2021-05-04 13:59:14 +00:00
parent 9c24f77220
commit 7f4401d4e9

View file

@ -6,7 +6,7 @@
# - explicitly link v5/v6 with libatomic
pkgname=qt6-3d
_qtver=6.0.3
_qtver=6.0.4
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@ -19,7 +19,7 @@ optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/additional_libraries/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
sha256sums=('470f95c559b68cc8faa982c1ca7ff83054d6802f7b2a0c1d960a155b92080cf9')
sha256sums=('d6970593f4ab2d94c7beedf217ce4456c69f647251aa661a7de3a6ccf1b618ff')
build() {
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(3DCore PRIVATE atomic)" >> ${_pkgfn}/src/core/CMakeLists.txt