Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / syd


Commits:
013392f1 by Robin Candau at 2026-02-24T17:27:51+01:00
upgpkg: 3.49.1-2: gcc-libs deprecation

https://archlinux.org/todo/gcc-libs-deprecation/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = syd
        pkgdesc = Seccomp and landlock based application sandbox with support 
for namespaces
        pkgver = 3.49.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://gitlab.exherbo.org/sydbox/sydbox
        arch = x86_64
        license = GPL-3.0-only
@@ -9,7 +9,7 @@ pkgbase = syd
        makedepends = git
        makedepends = scdoc
        depends = bash
-       depends = gcc-libs
+       depends = libgcc
        depends = glibc
        depends = libseccomp
        depends = gperftools


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 pkgname=syd
 _pkgname=sydbox
 pkgver=3.49.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Seccomp and landlock based application sandbox with support for 
namespaces"
 url="https://gitlab.exherbo.org/sydbox/sydbox";
 arch=('x86_64')
 license=('GPL-3.0-only')
-depends=('bash' 'gcc-libs' 'glibc' 'libseccomp' 'gperftools')
+depends=('bash' 'libgcc' 'glibc' 'libseccomp' 'gperftools')
 makedepends=('cargo' 'git' 'scdoc')
 optdepends=("syd-tui: Syd's Terminal User Interface"
             "pandora_box: Syd's log inspector & profile writer")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syd/-/commit/013392f1869d91862ce8d308c1eb39e9b0dc7126

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syd/-/commit/013392f1869d91862ce8d308c1eb39e9b0dc7126
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to