* update qt6-translations to 6.8.1-1
This commit is contained in:
parent
b80ed6c099
commit
1666e5cbb8
@ -1,19 +1,19 @@
|
|||||||
pkgbase = qt6-translations
|
pkgbase = qt6-translations
|
||||||
pkgdesc = A cross-platform application and UI framework (Translations)
|
pkgdesc = A cross-platform application and UI framework (Translations)
|
||||||
pkgver = 6.8.0
|
pkgver = 6.8.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.qt.io
|
url = https://www.qt.io
|
||||||
arch = any
|
arch = any
|
||||||
groups = qt6
|
groups = qt6
|
||||||
license = GPL3
|
license = GPL-3.0-only
|
||||||
license = LGPL3
|
license = LGPL-3.0-only
|
||||||
license = FDL
|
license = LicenseRef-Qt-Commercial
|
||||||
license = custom
|
license = Qt-GPL-exception-1.0
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = ninja
|
makedepends = ninja
|
||||||
makedepends = qt6-tools
|
makedepends = qt6-tools
|
||||||
source = git+https://code.qt.io/qt/qttranslations#tag=v6.8.0
|
source = git+https://code.qt.io/qt/qttranslations#tag=v6.8.1
|
||||||
sha256sums = 6725e09b3ae42bf39f9c6f15264ac05b566f3b856c408b41f31cd7f283a1efbd
|
sha256sums = 4c256b83d77e534ff7a7845710ea913405f08d640b4c1d9f0b327a6cb5e6d93b
|
||||||
|
|
||||||
pkgname = qt6-translations
|
pkgname = qt6-translations
|
||||||
|
@ -4,12 +4,15 @@
|
|||||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||||
|
|
||||||
pkgname=qt6-translations
|
pkgname=qt6-translations
|
||||||
_pkgver=6.8.0
|
_pkgver=6.8.1
|
||||||
pkgver=6.8.0
|
pkgver=6.8.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
license=(GPL3 LGPL3 FDL custom)
|
license=(GPL-3.0-only
|
||||||
|
LGPL-3.0-only
|
||||||
|
LicenseRef-Qt-Commercial
|
||||||
|
Qt-GPL-exception-1.0)
|
||||||
pkgdesc='A cross-platform application and UI framework (Translations)'
|
pkgdesc='A cross-platform application and UI framework (Translations)'
|
||||||
depends=()
|
depends=()
|
||||||
makedepends=(cmake
|
makedepends=(cmake
|
||||||
@ -19,7 +22,7 @@ makedepends=(cmake
|
|||||||
groups=(qt6)
|
groups=(qt6)
|
||||||
_pkgfn=${pkgname/6-/}
|
_pkgfn=${pkgname/6-/}
|
||||||
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
|
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
|
||||||
sha256sums=('6725e09b3ae42bf39f9c6f15264ac05b566f3b856c408b41f31cd7f283a1efbd')
|
sha256sums=('4c256b83d77e534ff7a7845710ea913405f08d640b4c1d9f0b327a6cb5e6d93b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export PATH="/usr/lib/qt6/bin:$PATH"
|
export PATH="/usr/lib/qt6/bin:$PATH"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user