George Hu pushed to branch main at Arch Linux / Packaging / Packages / mcfly
Commits:
e60c5e7a by George Hu at 2026-03-07T00:05:18+08:00
Add glibc and libgcc to depends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -7,6 +7,8 @@ pkgbase = mcfly
arch = x86_64
license = MIT
makedepends = cargo
+ depends = glibc
+ depends = libgcc
depends = sh
depends = sqlite
optdepends = zsh: for zsh support
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgdesc="Fly through your shell history"
arch=('x86_64')
url="https://github.com/cantino/mcfly"
license=('MIT')
-depends=('sh' 'sqlite')
+depends=('glibc' 'libgcc' 'sh' 'sqlite')
optdepends=('zsh: for zsh support'
'fish: for fish support')
makedepends=('cargo')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mcfly/-/commit/e60c5e7a7e79d03ee9ec2c748c69ae31cdd3d42a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mcfly/-/commit/e60c5e7a7e79d03ee9ec2c748c69ae31cdd3d42a
You're receiving this email because of your account on gitlab.archlinux.org.