Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / syd-tui
Commits: 65de8f78 by Robin Candau at 2026-02-24T17:31:22+01:00 upgpkg: 0.2.2-3: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,14 +1,14 @@ pkgbase = syd-tui pkgdesc = Syd's Terminal User Interface pkgver = 0.2.2 - pkgrel = 2 + pkgrel = 3 url = https://gitlab.exherbo.org/sydbox/sydbox/-/tree/main/tui arch = x86_64 license = GPL-3.0-only makedepends = cargo makedepends = git - depends = gcc-libs depends = glibc + depends = libgcc depends = syd source = git+https://gitlab.exherbo.org/sydbox/sydbox.git#tag=syd-tui-0.2.2?signed validpgpkeys = 5DF763560390A149AC6C14C7D076A377FB27DE70 ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgname=syd-tui _pkgname=tui pkgver=0.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="Syd's Terminal User Interface" url="https://gitlab.exherbo.org/sydbox/sydbox/-/tree/main/tui" arch=('x86_64') license=('GPL-3.0-only') -depends=('gcc-libs' 'glibc' 'syd') +depends=('glibc' 'libgcc' 'syd') makedepends=('cargo' 'git') source=("git+https://gitlab.exherbo.org/sydbox/sydbox.git#tag=${pkgname}-${pkgver}?signed") sha256sums=('34950b5626fc54e13946aee15f8933f6e68725e9a262396b64c42a64264135c7') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/syd-tui/-/commit/65de8f789932005ea22ed99ba374dff2acfa7af6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/syd-tui/-/commit/65de8f789932005ea22ed99ba374dff2acfa7af6 You're receiving this email because of your account on gitlab.archlinux.org.
