From b54bf9c7ef6b24aa4ede13d480882024ae494792 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 1 Nov 2024 19:39:44 +0100 Subject: [PATCH] * update qt6-translations to 6.8.0-1 --- qt6/qt6-translations/.SRCINFO | 6 +++--- qt6/qt6-translations/PKGBUILD | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/qt6/qt6-translations/.SRCINFO b/qt6/qt6-translations/.SRCINFO index 788011cadc..227ddc545d 100644 --- a/qt6/qt6-translations/.SRCINFO +++ b/qt6/qt6-translations/.SRCINFO @@ -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 diff --git a/qt6/qt6-translations/PKGBUILD b/qt6/qt6-translations/PKGBUILD index 47a8bb6926..eafbfe4435 100644 --- a/qt6/qt6-translations/PKGBUILD +++ b/qt6/qt6-translations/PKGBUILD @@ -4,7 +4,8 @@ # Contributor: Andrea Scarpino 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"