Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / qbs


Commits:
e1836a00 by Antonio Rojas at 2026-05-29T19:12:33+02:00
upgpkg: 3.2.0-2: gcc-libs--

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
 pkgbase = qbs
        pkgdesc = Cross platform build tool
        pkgver = 3.2.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://wiki.qt.io/Qbs
        arch = x86_64
        license = LGPL-2.1-only
        makedepends = cmake
        makedepends = git
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        depends = qt6-base
        depends = qt6-5compat
        source = git+https://code.qt.io/qbs/qbs#tag=v3.2.0


=====================================
PKGBUILD
=====================================
@@ -5,13 +5,14 @@
 
 pkgname=qbs
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Cross platform build tool'
 arch=(x86_64)
 url='https://wiki.qt.io/Qbs'
 license=(LGPL-2.1-only)
-depends=(gcc-libs
-         glibc
+depends=(glibc
+         libgcc
+         libstdc++
          qt6-base
          qt6-5compat)
 makedepends=(cmake



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qbs/-/commit/e1836a00aa28e8f6fab4e209f68ae385906faa2d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qbs/-/commit/e1836a00aa28e8f6fab4e209f68ae385906faa2d
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to