systemd: fix source= formatting

Is the common used way in Alpine, we don't have any style changes documented
in Alpine right now, but it is WIP and it would certainly documented be like that.
This then would also fix the nightly-builder replacing of source=.

[ci:skip-vercheck]: just a style change

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7818>
This commit is contained in:
Achill Gilgenast 2026-01-22 00:32:58 +01:00 committed by The Friendly Merge Bot
parent 7ecca710ca
commit 673a7c3a73
No known key found for this signature in database

View file

@ -154,8 +154,7 @@ subpackages="
$pkgname-zsh-completion
"
source="
$pkgname-$pkgver.tar.gz::https://github.com/systemd/systemd/archive/refs/tags/v$_pkgver.tar.gz
source="$pkgname-$pkgver.tar.gz::https://github.com/systemd/systemd/archive/refs/tags/v$_pkgver.tar.gz
wired.network
"
builddir="$srcdir/systemd-$_pkgver"