Commit 75ce941
committed
guess details better for GPG updates
Our current guessing is so bad that /open pr fails with
> ERROR: PKGBUILD not found or is not a file
this is because we guess the package name "gpg" when we need "gnupg" instead.
Additionally, the version number we guess is prefixed with "gnupg-" which is
undesirable. Update our heuristic to produce usefull details for GPG updates.
Signed-off-by: Matthias Aßhauer <mha1993@live.de>1 parent 268e3f5 commit 75ce941
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments