* update qt6-translations to 6.8.1-1

This commit is contained in:
Alexander Baldeck 2024-12-10 09:32:26 +01:00
parent b80ed6c099
commit 1666e5cbb8
2 changed files with 14 additions and 11 deletions

View File

@ -1,19 +1,19 @@
pkgbase = qt6-translations
pkgdesc = A cross-platform application and UI framework (Translations)
pkgver = 6.8.0
pkgver = 6.8.1
pkgrel = 1
url = https://www.qt.io
arch = any
groups = qt6
license = GPL3
license = LGPL3
license = FDL
license = custom
license = GPL-3.0-only
license = LGPL-3.0-only
license = LicenseRef-Qt-Commercial
license = Qt-GPL-exception-1.0
makedepends = cmake
makedepends = git
makedepends = ninja
makedepends = qt6-tools
source = git+https://code.qt.io/qt/qttranslations#tag=v6.8.0
sha256sums = 6725e09b3ae42bf39f9c6f15264ac05b566f3b856c408b41f31cd7f283a1efbd
source = git+https://code.qt.io/qt/qttranslations#tag=v6.8.1
sha256sums = 4c256b83d77e534ff7a7845710ea913405f08d640b4c1d9f0b327a6cb5e6d93b
pkgname = qt6-translations

View File

@ -4,12 +4,15 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt6-translations
_pkgver=6.8.0
pkgver=6.8.0
_pkgver=6.8.1
pkgver=6.8.1
pkgrel=1
arch=(any)
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)'
depends=()
makedepends=(cmake
@ -19,7 +22,7 @@ makedepends=(cmake
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('6725e09b3ae42bf39f9c6f15264ac05b566f3b856c408b41f31cd7f283a1efbd')
sha256sums=('4c256b83d77e534ff7a7845710ea913405f08d640b4c1d9f0b327a6cb5e6d93b')
build() {
export PATH="/usr/lib/qt6/bin:$PATH"