Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-serialbus
Commits:
9f49be69 by Antonio Rojas at 2023-06-15T22:00:29+02:00
Qt 6.6 beta 1
- - - - -
0752e17c by Antonio Rojas at 2023-07-14T20:43:44+02:00
Qt 6.6.0 beta 2
- - - - -
ce8694ac by Antonio Rojas at 2023-08-28T18:49:03+02:00
Update to 6.6 beta 3
- - - - -
45e7cac0 by Antonio Rojas at 2023-09-18T09:08:09+02:00
Update to 6.6 beta 4
- - - - -
378c0aaa by Antonio Rojas at 2023-09-26T09:02:51+02:00
Update to 6.6 RC
- - - - -
d57babbf by Antonio Rojas at 2023-10-02T23:57:25+02:00
Overhaul dependencies
- - - - -
5c5904c4 by Antonio Rojas at 2023-12-19T23:06:54+01:00
Qt 6.7 beta 1
- - - - -
57cdd893 by Antonio Rojas at 2023-12-20T08:23:42+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-serialbus
pkgdesc = Qt module for general purpose serial bus access
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = qt6-serialbus
depends = glibc
depends = qt6-base
depends = qt6-serialport
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtserialbus-everywhere-src-6.6.1.tar.xz
- sha256sums =
5c145e630b30a1c204e787c46833bb68d9bcece31343b588a6788711f49ef7ac
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtserialbus-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
264c2123a7882e5b8c223a32214631520541ef12092f3dcfcb9edb6ae334264b
pkgname = qt6-serialbus
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-serialbus
-_qtver=6.6.1
+_qtver=6.7.0-beta1
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -17,8 +17,8 @@ makedepends=(cmake
ninja)
groups=(qt6)
_pkgfn=${pkgname/6-/}-everywhere-src-$_qtver
-source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
-sha256sums=('5c145e630b30a1c204e787c46833bb68d9bcece31343b588a6788711f49ef7ac')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('264c2123a7882e5b8c223a32214631520541ef12092f3dcfcb9edb6ae334264b')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialbus/-/compare/c50adf2cbdcb8680ff69f2734634c5324e4fa8d4...57cdd8937a0633856a1793608d590caabd69faff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialbus/-/compare/c50adf2cbdcb8680ff69f2734634c5324e4fa8d4...57cdd8937a0633856a1793608d590caabd69faff
You're receiving this email because of your account on gitlab.archlinux.org.