George Hu pushed to branch main at Arch Linux / Packaging / Packages / felix-rs


Commits:
26354d2e by George Hu at 2026-07-15T23:56:16+08:00
Add implicitly satisfied dependencies

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -11,6 +11,8 @@ pkgbase = felix-rs
        depends = bzip2
        depends = glibc
        depends = libgcc
+       depends = xz
+       depends = zlib
        depends = zstd
        optdepends = chafa: preview images
        optdepends = zoxide: jump to directories


=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgdesc="A TUI file manager with Vim-like key mapping"
 arch=('x86_64')
 url="https://github.com/kyoheiu/felix";
 license=('MIT')
-depends=('bzip2' 'glibc' 'libgcc' 'zstd')
+depends=('bzip2' 'glibc' 'libgcc' 'xz' 'zlib' 'zstd')
 makedepends=('cargo')
 optdepends=('chafa: preview images'
   'zoxide: jump to directories'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/felix-rs/-/commit/26354d2e4f14186c83e84fd8ba397da8a7cce206

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/felix-rs/-/commit/26354d2e4f14186c83e84fd8ba397da8a7cce206
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