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


Commits:
55a05fd9 by Antonio Rojas at 2026-05-29T21:55:08+02:00
upgpkg: 3.8.3-20: gcc-libs--

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
 pkgbase = id3lib
        pkgdesc = Library for reading, writing, and manipulating ID3v1 and 
ID3v2 tags
        pkgver = 3.8.3
-       pkgrel = 19
+       pkgrel = 20
        url = http://id3lib.sourceforge.net/
        arch = x86_64
        license = GPL-2.0-only
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        depends = zlib
        source = 
https://downloads.sourceforge.net/sourceforge/id3lib/id3lib-3.8.3.tar.gz
        source = 00-add-libz-to-compilation.patch


=====================================
PKGBUILD
=====================================
@@ -5,13 +5,14 @@
 
 pkgname=id3lib
 pkgver=3.8.3
-pkgrel=19
+pkgrel=20
 pkgdesc='Library for reading, writing, and manipulating ID3v1 and ID3v2 tags'
 arch=(x86_64)
 license=(GPL-2.0-only)
 url='http://id3lib.sourceforge.net/'
-depends=(gcc-libs
-         glibc
+depends=(glibc
+         libgcc
+         libstdc++
          zlib)
 
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
         00-add-libz-to-compilation.patch



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/id3lib/-/commit/55a05fd9c35185756a0d409db67ec40155d1234c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/id3lib/-/commit/55a05fd9c35185756a0d409db67ec40155d1234c
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