Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qt6-networkauth
Commits:
138c0bcb by Antonio Rojas at 2023-06-15T22:00:21+02:00
Qt 6.6 beta 1
- - - - -
ec6bd518 by Antonio Rojas at 2023-07-14T20:43:36+02:00
Qt 6.6.0 beta 2
- - - - -
b5abcab2 by Antonio Rojas at 2023-08-28T18:48:56+02:00
Update to 6.6 beta 3
- - - - -
141f176e by Antonio Rojas at 2023-09-18T09:08:02+02:00
Update to 6.6 beta 4
- - - - -
bfe2a758 by Antonio Rojas at 2023-09-26T09:02:44+02:00
Update to 6.6 RC
- - - - -
a4ed9e72 by Antonio Rojas at 2023-10-02T23:40:36+02:00
Overhaul dependencies
- - - - -
417ef5da by Antonio Rojas at 2023-12-19T23:06:47+01:00
Qt 6.7 beta 1
- - - - -
7835abba by Antonio Rojas at 2023-12-20T08:23:05+01:00
upgpkg: 6.7.0beta1-1: kde-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qt6-networkauth
pkgdesc = Network authentication module
- pkgver = 6.6.1
+ pkgver = 6.7.0beta1
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = qt6-networkauth
depends = gcc-libs
depends = glibc
depends = qt6-base
- source =
https://download.qt.io/official_releases/qt/6.6/6.6.1/submodules/qtnetworkauth-everywhere-src-6.6.1.tar.xz
- sha256sums =
693e11945b22735fc9b1662cad53c60098882d301c4f4a3e13c01bcc41c00d49
+ source =
https://download.qt.io/development_releases/qt/6.7/6.7.0-beta1/submodules/qtnetworkauth-everywhere-src-6.7.0-beta1.tar.xz
+ sha256sums =
edf22dc274b50d1727f5170881c761ede591175d6e2278191b3c01371462d9f2
pkgname = qt6-networkauth
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <[email protected]>
pkgname=qt6-networkauth
-_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=('693e11945b22735fc9b1662cad53c60098882d301c4f4a3e13c01bcc41c00d49')
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('edf22dc274b50d1727f5170881c761ede591175d6e2278191b3c01371462d9f2')
build() {
cmake -B build -S $_pkgfn -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-networkauth/-/compare/c3f318b059c7f6faca614930862fbfd75aa4eebf...7835abbab7bc4e77519522cb7e4742478cdaf17c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qt6-networkauth/-/compare/c3f318b059c7f6faca614930862fbfd75aa4eebf...7835abbab7bc4e77519522cb7e4742478cdaf17c
You're receiving this email because of your account on gitlab.archlinux.org.