Skip to content
Snippets Groups Projects
Verified Commit 3d34f2cb authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

diffpkg: Make the architecture blue

parent 14d2745c
No related branches found
No related tags found
No related merge requests found
Pipeline #2324 passed
......@@ -22,7 +22,7 @@ header() {
shift
pad=$((cols/2 - ${#:-"$pkgname $epoch$pkgver-$pkgrel $arch${1:+ }$*"}))
(( pad > 0 )) || pad=0
print -P "%B$pkgname %F{10}$epoch$pkgver-$pkgrel%f $arch${1:+ }$*%b${(r:pad:)}"
print -P "%B$pkgname %F{10}$epoch$pkgver-$pkgrel%f %F{12}$arch%f${1:+ }$*%b${(r:pad:)}"
}
headers() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment