From 863cc44ac9e31bd8373dca2cbda083a2a847e715 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 15 Jun 2026 07:57:38 +0900 Subject: [PATCH] systemd/systemd: bump pkgrel In the previous commits, - enabled bootloader support on 32-bit architectures, - fixed libpwquality dependency, - enabled libarchive and zlib supports, - enabled xen kexec support, - enabled valgrind support, - added systemd-tests subpackage, - added upstream build support. So, let's bump the pkgrel to make them take effects. Part-of: --- extra-repos/systemd/systemd-stage0/APKBUILD | 2 +- extra-repos/systemd/systemd/APKBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra-repos/systemd/systemd-stage0/APKBUILD b/extra-repos/systemd/systemd-stage0/APKBUILD index bf53ca9f7..d5301650f 100644 --- a/extra-repos/systemd/systemd-stage0/APKBUILD +++ b/extra-repos/systemd/systemd-stage0/APKBUILD @@ -6,7 +6,7 @@ pkgname=systemd-stage0 pkgver=261_rc3 _pkgver="${pkgver/_/-}" # pkgrel must match systemd! -pkgrel=2 +pkgrel=3 pkgdesc="Minimal systemd bootstrap package" url="https://github.com/systemd/systemd" # armhf: pmb#2618 diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index 5fe541f14..4d31bb151 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -17,7 +17,7 @@ pkgname=systemd pkgver=261_rc3 _pkgver="${pkgver/_/-}" # pkgrel must match systemd-stage0! -pkgrel=2 +pkgrel=3 pkgdesc="System and service manager" url="https://github.com/systemd/systemd" # armhf: no linux-stable