Date: Thursday, October 14, 2021 @ 06:25:47 Author: grawlinson Revision: 1030088
upgpkg: zoxide Add dependency: gcc-libs. Modified: zoxide/trunk/PKGBUILD ----------+ PKGBUILD | 1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-14 06:23:28 UTC (rev 1030087) +++ PKGBUILD 2021-10-14 06:25:47 UTC (rev 1030088) @@ -8,6 +8,7 @@ arch=('x86_64') url="https://github.com/ajeetdsouza/zoxide" license=('MIT') +depends=('gcc-libs') makedepends=('rust') optdepends=( 'fzf: for interactive selection'