* update qt6-translations to 6.8.0-1

This commit is contained in:
Alexander Baldeck 2024-11-01 19:39:44 +01:00
parent de8b47000a
commit b54bf9c7ef
2 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = qt6-translations
pkgdesc = A cross-platform application and UI framework (Translations)
pkgver = 6.7.2
pkgver = 6.8.0
pkgrel = 1
url = https://www.qt.io
arch = any
@ -13,7 +13,7 @@ pkgbase = qt6-translations
makedepends = git
makedepends = ninja
makedepends = qt6-tools
source = git+https://code.qt.io/qt/qttranslations#tag=v6.7.2
sha256sums = 6093cd29168bf87cf31825a2e57e9669e401945c407b97398e467b3e4302cad4
source = git+https://code.qt.io/qt/qttranslations#tag=v6.8.0
sha256sums = 6725e09b3ae42bf39f9c6f15264ac05b566f3b856c408b41f31cd7f283a1efbd
pkgname = qt6-translations

View File

@ -4,7 +4,8 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qt6-translations
pkgver=6.7.2
_pkgver=6.8.0
pkgver=6.8.0
pkgrel=1
arch=(any)
url='https://www.qt.io'
@ -17,8 +18,8 @@ makedepends=(cmake
qt6-tools)
groups=(qt6)
_pkgfn=${pkgname/6-/}
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$pkgver)
sha256sums=('6093cd29168bf87cf31825a2e57e9669e401945c407b97398e467b3e4302cad4')
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_pkgver)
sha256sums=('6725e09b3ae42bf39f9c6f15264ac05b566f3b856c408b41f31cd7f283a1efbd')
build() {
export PATH="/usr/lib/qt6/bin:$PATH"