Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-translations
Commits:
0862690d by Antonio Rojas at 2023-06-15T22:00:32+02:00
Qt 6.6 beta 1
- - - - -
36d38192 by Antonio Rojas at 2023-07-14T20:43:46+02:00
Qt 6.6.0 beta 2
- - - - -
faae5dc7 by Antonio Rojas at 2023-08-28T18:49:06+02:00
Update to 6.6 beta 3
- - - - -
de6fbe1c by Antonio Rojas at 2023-09-18T09:08:12+02:00
Update to 6.6 beta 4
- - - - -
8ab1b665 by Antonio Rojas at 2023-09-26T09:02:53+02:00
Update to 6.6 RC
- - - - -
59e4fa3a by Antonio Rojas at 2023-10-03T00:19:16+02:00
Overhaul dependencies
- - - - -
72d5d37f by Antonio Rojas at 2023-12-19T23:06:56+01:00
Qt 6.7 beta 1
- - - - -
59f5f075 by Antonio Rojas at 2023-12-20T08:23:52+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-translations
pkgdesc = A cross-platform application and UI framework (Translations)
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -12,7 +12,7 @@ pkgbase = qt6-translations
makedepends = cmake
makedepends = ninja
makedepends = qt6-tools
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qttranslations-everywhere-src-6.6.1.tar.xz
- sha256sums =
668702e822ad7150b27e7caa2158595fd9b3b77ffbc8262e6509872a3920ee88
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qttranslations-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
617f6c6be681a5befdce1794712012bd045f31617566f2d270defcbb087f49fe
pkgname = qt6-translations
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-translations
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -16,8 +16,8 @@ makedepends=(cmake
qt6-tools)
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('668702e822ad7150b27e7caa2158595fd9b3b77ffbc8262e6509872a3920ee88')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('617f6c6be681a5befdce1794712012bd045f31617566f2d270defcbb087f49fe')
build() {
export PATH="/usr/lib/qt6/bin:$PATH"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-translations/-/compare/023db44c91171bfa12014a1506142743fe9113c2...59f5f0758569c70304c8b1fe57ede43aed279c1f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-translations/-/compare/023db44c91171bfa12014a1506142743fe9113c2...59f5f0758569c70304c8b1fe57ede43aed279c1f
You're receiving this email because of your account on gitlab.archlinux.org.