| Hash | Commit message | Author | Date | Files | + | - |
1 | commit e427edb73e44c834719aba65f98f327c40b1b877 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue Sep 19 22:49:23 2023 +0200 |
4 | |
5 | Auto-Commit Update - 20230919 |
6 | --- |
7 | PKGBUILD | 3 ++- |
8 | README.md | 2 +- |
9 | usr/share/doc/lfp/README.md | 2 +- |
10 | usr/share/lfp/lfp-icons | 2 +- |
11 | 4 files changed, 5 insertions(+), 4 deletions(-) |
12 | |
13 | diff --git a/PKGBUILD b/PKGBUILD |
14 | index a8ec20c..bc1485c 100644 |
15 | --- a/PKGBUILD |
16 | +++ b/PKGBUILD |
17 | @@ -1,7 +1,7 @@ |
18 | # Maintainer: Connor Etherington <[email protected]> |
19 | # --- |
20 | pkgname=lfp |
21 | -pkgver=4.0.2 |
22 | +pkgver=4.0.3 |
23 | pkgrel=1 |
24 | pkgdesc='A wrapper for the lf file manager with in-terminal media previews, on-exit directory changing and much more' |
25 | license=('MIT') |
26 | @@ -32,6 +32,7 @@ package() { |
27 | cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}-${arch}/lfpreviewer" || |
28 | cd "$srcdir/${pkgname}/lfpreviewer" |
29 | |
30 | + pip3 install --user --upgrade --force-reinstall --no-deps setuptools wheel |
31 | python3 ./setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 |
32 | |
33 | cd "$srcdir/${pkgname}-${pkgver}-${pkgrel}-${arch}" || |
34 | diff --git a/README.md b/README.md |
35 | index 28be866..99c64da 100644 |
36 | --- a/README.md |
37 | +++ b/README.md |
38 | @@ -3,7 +3,7 @@ |
39 | ### `lfp` is a simple wrapper for the `lf` file manager, with built-in file, image, and video previews, as well as on-exit directory changing. |
40 | ### The program makes use of `ueberzug` to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the *scope* file. |
41 | |
42 | -**Version: 4.0.2** |
43 | +**Version: 4.0.3** |
44 | |
45 | *** |
46 | |
47 | diff --git a/usr/share/doc/lfp/README.md b/usr/share/doc/lfp/README.md |
48 | index 28be866..99c64da 100644 |
49 | --- a/usr/share/doc/lfp/README.md |
50 | +++ b/usr/share/doc/lfp/README.md |
51 | @@ -3,7 +3,7 @@ |
52 | ### `lfp` is a simple wrapper for the `lf` file manager, with built-in file, image, and video previews, as well as on-exit directory changing. |
53 | ### The program makes use of `ueberzug` to preview images, documents, and video thumbnails. Preview behavior can be altered by editing the *scope* file. |
54 | |
55 | -**Version: 4.0.2** |
56 | +**Version: 4.0.3** |
57 | |
58 | *** |
59 | |
60 | diff --git a/usr/share/lfp/lfp-icons b/usr/share/lfp/lfp-icons |
61 | index c621c8d..a562be0 100644 |
62 | --- a/usr/share/lfp/lfp-icons |
63 | +++ b/usr/share/lfp/lfp-icons |
64 | @@ -7,7 +7,7 @@ tw=🤝:\ |
65 | ow=📂:\ |
66 | ln=⛓:\ |
67 | or=❌:\ |
68 | -ex=ﰩ:\ |
69 | +ex=:\ |
70 | *.gitkeep=:\ |
71 | *.gitignore=:\ |
72 | *.col=🔰:\ |