core/systemd to 255.2-1

This commit is contained in:
Kevin Mihelich 2023-12-25 21:37:23 +00:00
parent ec083a1937
commit c28f9f6de7
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
pkgbase = systemd
pkgver = 255.1
pkgver = 255.2
pkgrel = 1
url = https://www.github.com/systemd/systemd
arch = x86_64
@ -51,7 +51,7 @@ pkgbase = systemd
makedepends = qrencode
makedepends = lib32-gcc-libs
options = strip
source = git+https://github.com/systemd/systemd-stable#tag=6eb55199ed8953019853c2bcdb2e29743d90a86d?signed
source = git+https://github.com/systemd/systemd-stable#tag=be88ad03366b8aa059bb72b39a270128ba62b428?signed
source = git+https://github.com/systemd/systemd#tag=v255?signed
source = 0001-Use-Arch-Linux-device-access-groups.patch
source = initcpio-hook-udev
@ -150,8 +150,8 @@ pkgname = systemd
optdepends = libp11-kit: support PKCS#11
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
provides = nss-myhostname
provides = systemd-tools=255.1
provides = udev=255.1
provides = systemd-tools=255.2
provides = udev=255.2
conflicts = nss-myhostname
conflicts = systemd-tools
conflicts = udev

View file

@ -13,8 +13,8 @@ pkgname=('systemd'
'systemd-resolvconf'
'systemd-sysvcompat'
'systemd-ukify')
_tag='6eb55199ed8953019853c2bcdb2e29743d90a86d' # git rev-parse v${_tag_name}
_tag_name=255.1
_tag='be88ad03366b8aa059bb72b39a270128ba62b428' # git rev-parse v${_tag_name}
_tag_name=255.2
pkgver="${_tag_name/-/}"
pkgrel=1
arch=('x86_64')