Commit 2543e22
committed
graph: detect sections on keywords
Priorly, aur-graph would detect if a pkgname section by the presence of
a blank line. However, these are removed by pacini, causing dependencies
from split packages to be incorrectly considered.
Specifically, when a split package contains an empty dependency field
(depends =) an exit condition is triggered.
The correct approach is to delimit by pkgbase or pkgname keywords, as
described in SRCINFO(5).
Fixes aurutils#12281 parent 70a90ff commit 2543e22
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
| 69 | + | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 111 | | |
114 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
0 commit comments