From 673a7c3a73d539e01516e000236ed7da9bfe13aa Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Thu, 22 Jan 2026 00:32:58 +0100 Subject: [PATCH] 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: --- extra-repos/systemd/systemd/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index 4048c0bb7..fa16c3804 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -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"