| Hash | Commit message | Author | Date | Files | + | - |
1 | commit b0ba66662891c9fe7929ed6499ece19b9e8b5a0c |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Wed Sep 7 03:40:56 2022 +0200 |
4 | |
5 | Auto-Commit Update - 20220907 |
6 | --- |
7 | PKGBUILD | 2 +- |
8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
9 | |
10 | diff --git a/PKGBUILD b/PKGBUILD |
11 | index 1cb0718..824d733 100644 |
12 | --- a/PKGBUILD |
13 | +++ b/PKGBUILD |
14 | @@ -7,7 +7,7 @@ pkgdesc="A means of quick navigation through directories in the CLI" |
15 | arch=(any) |
16 | url="https://gitlab.com/a4to/${pkgname}" |
17 | license=('MIT') |
18 | -depends=(dialog) |
19 | +depends=(dialog fzf) |
20 | source=( |
21 | "https://concise.cc/pkg/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst" |
22 | "https://concise.cc/pkg/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst.sig" |