Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pyside6
Commits:
afe10e4a by Antonio Rojas at 2024-06-30T13:12:14+02:00
upgpkg: 6.7.2-2: LLVM/clang 18 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pyside6
pkgver = 6.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io
arch = x86_64
license = LGPL
@@ -79,7 +79,7 @@ pkgname = pyside6-tools
pkgname = shiboken6
pkgdesc = Generates bindings for C++ libraries using CPython source code
- depends = clang=17.0.6
+ depends = clang=18.1.8
depends = gcc-libs
depends = glibc
depends = libxml2
=====================================
PKGBUILD
=====================================
@@ -6,9 +6,9 @@ pkgname=(pyside6
pyside6-tools
shiboken6)
_qtver=6.7.2
-_clangver=17.0.6
+_clangver=18.1.8
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(LGPL)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/commit/afe10e4ad823326f0b98cac3dd07c858fe4beb2d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/commit/afe10e4ad823326f0b98cac3dd07c858fe4beb2d
You're receiving this email because of your account on gitlab.archlinux.org.