mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt6-doc to 6.2.3-1
This commit is contained in:
parent
bdd2c1734e
commit
672b201e5b
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgbase=qt6-doc
|
||||
pkgname=(qt6-doc qt6-examples)
|
||||
_qtver=6.2.2
|
||||
_qtver=6.2.3
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
|
@ -18,7 +18,7 @@ makedepends=(cmake ninja mariadb-libs unixodbc postgresql alsa-lib gst-plugins-b
|
|||
groups=(qt6)
|
||||
_pkgfn="qt-everywhere-src-$_qtver"
|
||||
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/single/$_pkgfn.tar.xz)
|
||||
sha256sums=('907994f78d42b30bdea95e290e91930c2d9b593f3f8dd994f44157e387feee0f')
|
||||
sha256sums=('f784998a159334d1f47617fd51bd0619b9dbfe445184567d2cd7c820ccb12771')
|
||||
|
||||
build() {
|
||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(Core PRIVATE atomic)" >> ${_pkgfn}/qtbase/src/corelib/CMakeLists.txt
|
||||
|
|
Loading…
Reference in a new issue