Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pyside6
Commits:
e003471e by Antonio Rojas at 2024-10-06T20:53:32+02:00
upgpkg: 6.7.3-1: Update to 6.7.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pyside6
- pkgver = 6.7.2
- pkgrel = 3
+ pkgver = 6.7.3
+ pkgrel = 1
url = https://www.qt.io
arch = x86_64
license = LGPL
@@ -34,9 +34,9 @@ pkgbase = pyside6
makedepends = qt6-webchannel
makedepends = qt6-webengine
makedepends = qt6-websockets
- source = git+https://code.qt.io/pyside/pyside-setup#tag=v6.7.2
+ source = git+https://code.qt.io/pyside/pyside-setup#tag=v6.7.3
source = fix-build.patch
- sha256sums =
f2413b5bbcf80f2ed58722f4d4f3b1d2cbac5a6310908c4c55ba1b454fa60803
+ sha256sums =
f110ed0b1a9b3f88402731eb19d65bf8163cf3bf03ef5c3e12dfb8c19a0b7725
sha256sums =
77b83cb164ea87d826259864f6a81fb33199510e1948d6daaf5c8d5ab55735a7
pkgname = pyside6
=====================================
PKGBUILD
=====================================
@@ -5,9 +5,9 @@ pkgbase=pyside6
pkgname=(pyside6
pyside6-tools
shiboken6)
-_qtver=6.7.2
+_qtver=6.7.3
pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(LGPL)
@@ -43,7 +43,7 @@ makedepends=(clang
qt6-websockets)
source=(git+https://code.qt.io/pyside/pyside-setup#tag=v$pkgver
fix-build.patch)
-sha256sums=('f2413b5bbcf80f2ed58722f4d4f3b1d2cbac5a6310908c4c55ba1b454fa60803'
+sha256sums=('f110ed0b1a9b3f88402731eb19d65bf8163cf3bf03ef5c3e12dfb8c19a0b7725'
'77b83cb164ea87d826259864f6a81fb33199510e1948d6daaf5c8d5ab55735a7')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/commit/e003471eca8c0b8d0de33d9ff9b38ad7a3d16671
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/commit/e003471eca8c0b8d0de33d9ff9b38ad7a3d16671
You're receiving this email because of your account on gitlab.archlinux.org.