lfp


Logs | Files | README | README | LICENSE | GitLab


1
commit 9cb4fbdcd7b1814ab79544d1be5442dd66fc5ad1
2
Author: dotarjun <[email protected]>
3
Date:   Sun Nov 19 14:44:56 2023 +0530
4
5
    bug: add missing dependency
6
    
7
    Signed-off-by: dotarjun <[email protected]>
8
---
9
 PKGBUILD | 2 +-
10
 1 file changed, 1 insertion(+), 1 deletion(-)
11
12
diff --git a/PKGBUILD b/PKGBUILD
13
index be5b5de..635870f 100644
14
--- a/PKGBUILD
15
+++ b/PKGBUILD
16
@@ -8,7 +8,7 @@ license=('MIT')
17
 arch=('x86_64')
18
 install="lfp.install"
19
 url="https://gitlab.com/a4to/lfp"
20
-depends=(lf zsh ffmpeg graphicsmagick openslide ghostscript bat fzf dunst dialog xsel lolcat python3 python-docopt python-pillow python-attrs libxres python-setuptools)
21
+depends=(lf zsh ffmpeg graphicsmagick openslide ghostscript bat fzf dunst dialog xsel lolcat python3 python-docopt python-pillow python-attrs libxres python-setuptools python-pip)
22
 conflicts=(lfp-git)
23
 optdepends=(
24
   'nodejs: to make use of lfps built in node actions manager'