Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
eza
Commits:
c202db39 by Tobias Powalowski at 2026-02-16T09:08:05+01:00
upgpkg: 0.23.4-3: update depends to new gcc-libs split up
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = eza
pkgdesc = A modern replacement for ls (community fork of exa)
pkgver = 0.23.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/eza-community/eza
arch = x86_64
license = EUPL-1.2
makedepends = cargo
makedepends = pandoc
- depends = gcc-libs
+ depends = libgcc
depends = glibc
depends = libgit2
provides = exa
@@ -18,7 +18,7 @@ pkgbase = eza
b2sums =
21cc00cf3ca9e9d6607fd198133fc159ac521188d417fad9f7ee7661b05e2fba4b1632703f8ace5d10868d6e6ed166aa1a32e19a7faa8e442974131a07d9191f
pkgname = eza
- depends = gcc-libs
+ depends = libgcc
depends = glibc
depends = libgit2
depends = libgit2.so
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=eza
pkgver=0.23.4
-pkgrel=2
+pkgrel=3
pkgdesc="A modern replacement for ls (community fork of exa)"
url="https://github.com/eza-community/eza"
arch=(x86_64)
@@ -12,7 +12,7 @@ license=(EUPL-1.2)
provides=(exa)
replaces=(exa)
conflicts=(exa)
-depends=(gcc-libs # libgcc_s.so
+depends=(libgcc # libgcc_s.so
glibc # libc.so libm.so
libgit2)
makedepends=(cargo
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eza/-/commit/c202db39195a05ad2c5450e4e172406fc022d35f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/eza/-/commit/c202db39195a05ad2c5450e4e172406fc022d35f
You're receiving this email because of your account on gitlab.archlinux.org.