mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qt6-base to 6.0.1-1
This commit is contained in:
parent
71d407f542
commit
79b168a247
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=qt6-base
|
||||
_qtver=6.0.0
|
||||
_qtver=6.0.1
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -29,7 +29,7 @@ groups=(qt6)
|
|||
_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
|
||||
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz"
|
||||
qt6-base-cflags.patch)
|
||||
sha256sums=('ae227180272d199cbb15318e3353716afada5c57fd5185b812ae26912c958656'
|
||||
sha256sums=('8d2bc1829c1479e539f66c2f51a7e11c38a595c9e8b8e45a3b45f3cb41c6d6aa'
|
||||
'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue