We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b95ef2 commit 07c2b6dCopy full SHA for 07c2b6d
templates/package/content/arch.tmpl
@@ -16,11 +16,11 @@ pacman-key --lsign-key '{{$.SignMail}}'</code></pre>
16
<pre
17
class="code-block"><code>
18
{{- if gt (len $.Groups) 1 -}}
19
-# {{ctx.Locale.Tr "packages.arch.pacman.repo.multi" $.PackageDescriptor.Package.LowerName}}
+# {{ctx.Locale.Tr "packages.arch.pacman.repo.multi" $.PackageDescriptor.Package.LowerName}}
20
21
{{end -}}
22
{{- $GroupSize := (len .Groups) -}}
23
-{{- range $i,$v := .Groups -}}
+{{- range $i,$v := .Groups -}}
24
{{- if gt $i 0}}
25
{{end -}}{{- if gt $GroupSize 1 -}}
26
# {{ctx.Locale.Tr "packages.arch.pacman.repo.multi.item" .}}
0 commit comments