| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 2e5527ad1892c9171620baf330363235e1a2f994 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue Nov 15 19:51:21 2022 +0200 |
4 | |
5 | Auto-Commit Update - 20221115 |
6 | --- |
7 | PKGBUILD | 3 ++- |
8 | 1 file changed, 2 insertions(+), 1 deletion(-) |
9 | |
10 | diff --git a/PKGBUILD b/PKGBUILD |
11 | index e96abf3..4c6f353 100644 |
12 | --- a/PKGBUILD |
13 | +++ b/PKGBUILD |
14 | @@ -3,9 +3,10 @@ |
15 | pkgname=qed |
16 | pkgver=0.1.0 |
17 | pkgrel=1 |
18 | -pkgdesc="Quick Edit - A CLI tool to quickly edit and save files saved slots 1-10" |
19 | arch=(any) |
20 | +pkgdesc="Quick Edit - A CLI tool to quickly edit and save files saved slots 1-10" |
21 | url="https://gitlab.com/a4to/${pkgname}" |
22 | +install="qed.install" |
23 | license=('MIT') |
24 | depends=(dialog) |
25 | source=( |