Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-serialport
Commits:
7af22916 by Antonio Rojas at 2023-06-15T21:59:54+02:00
Qt 6.6 beta 1
- - - - -
b74dcec3 by Antonio Rojas at 2023-07-14T20:43:13+02:00
Qt 6.6.0 beta 2
- - - - -
46ff597e by Antonio Rojas at 2023-08-28T18:48:30+02:00
Update to 6.6 beta 3
- - - - -
630113a4 by Antonio Rojas at 2023-09-18T09:07:38+02:00
Update to 6.6 beta 4
- - - - -
934bd91a by Antonio Rojas at 2023-09-26T09:02:18+02:00
Update to 6.6 RC
- - - - -
7bfa6461 by Antonio Rojas at 2023-10-02T20:28:04+02:00
Overhaul dependencies
- - - - -
cf97c681 by Antonio Rojas at 2023-12-19T23:06:25+01:00
Qt 6.7 beta 1
- - - - -
a03b9c92 by Antonio Rojas at 2023-12-20T08:20:17+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-serialport
pkgdesc = Provides access to hardware and virtual serial ports
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = qt6-serialport
depends = glibc
depends = qt6-base
depends = systemd-libs
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtserialport-everywhere-src-6.6.1.tar.xz
- sha256sums =
96fc233d5cbcac5048c6020dcfbd6cec8a6a8334eed0a283b33d58afc6d2aed8
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtserialport-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
eff9bf2f37398e58cadb37a6de4a82c1d251524696cc4548c56ca8b05b49e3fe
pkgname = qt6-serialport
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=qt6-serialport
-_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=('96fc233d5cbcac5048c6020dcfbd6cec8a6a8334eed0a283b33d58afc6d2aed8')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('eff9bf2f37398e58cadb37a6de4a82c1d251524696cc4548c56ca8b05b49e3fe')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialport/-/compare/3c91ca38748e84bc9fb3a91967646b6fe45bdc83...a03b9c9235204dca028804a07e095a82017513d1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-serialport/-/compare/3c91ca38748e84bc9fb3a91967646b6fe45bdc83...a03b9c9235204dca028804a07e095a82017513d1
You're receiving this email because of your account on gitlab.archlinux.org.