| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 3f93fe8da7505aebddc021c76a77af59715c668f |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Tue Nov 15 19:02:28 2022 +0200 |
4 | |
5 | Auto-Commit Update 15.11.2022 - 19:02:28 |
6 | --- |
7 | PKGBUILD | 4 ++-- |
8 | usr/bin/{ed => qed} | 0 |
9 | 2 files changed, 2 insertions(+), 2 deletions(-) |
10 | |
11 | diff --git a/PKGBUILD b/PKGBUILD |
12 | index 5df0d13..aaecfa7 100644 |
13 | --- a/PKGBUILD |
14 | +++ b/PKGBUILD |
15 | @@ -1,9 +1,9 @@ |
16 | # Maintainer: Connor Etherington <[email protected]> |
17 | # --- |
18 | -pkgname=ed |
19 | +pkgname=qed |
20 | pkgver=0.1.0 |
21 | pkgrel=1 |
22 | -pkgdesc="A CLI tool to quickly edit and save files saved slots 1-10" |
23 | +pkgdesc="Quick Edit - A CLI tool to quickly edit and save files saved slots 1-10" |
24 | arch=(any) |
25 | url="https://gitlab.com/a4to/${pkgname}" |
26 | license=('MIT') |
27 | diff --git a/usr/bin/ed b/usr/bin/qed |
28 | similarity index 100% |
29 | rename from usr/bin/ed |
30 | rename to usr/bin/qed |