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


Commits:
43fb9ce5 by Antonio Rojas at 2026-05-27T23:07:25+02:00
upgpkg: 2.16.0-2: gcc-libs--

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = zint
        pkgdesc = Barcode encoding library supporting over 50 symbologies
        pkgver = 2.16.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://zint.org.uk/
        arch = x86_64
        license = GPL-3.0-or-later
@@ -20,7 +20,8 @@ pkgname = zint
 pkgname = zint-qt
        pkgdesc = Zint Barcode Studio GUI
        depends = glibc
-       depends = gcc-libs
+       depends = libgcc
+       depends = libstdc++
        depends = qt6-base
        depends = qt6-svg
        depends = qt6-tools


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ pkgbase=zint
 pkgname=(zint
          zint-qt)
 pkgver=2.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Barcode encoding library supporting over 50 symbologies'
 arch=(x86_64)
 url='https://zint.org.uk/'
@@ -35,7 +35,8 @@ package_zint() {
 
 package_zint-qt() {
   pkgdesc='Zint Barcode Studio GUI'
-  depends+=(gcc-libs
+  depends+=(libgcc
+            libstdc++
             qt6-base
             qt6-svg
             qt6-tools



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zint/-/commit/43fb9ce5f64c4431b66698c67e3201b20d2a496d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zint/-/commit/43fb9ce5f64c4431b66698c67e3201b20d2a496d
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