* update systemd to 256.6-1.1

This commit is contained in:
Alexander Baldeck 2024-10-10 22:15:28 +02:00
parent dc1aa672bf
commit 2d4776255d

View File

@ -14,7 +14,7 @@ _tag='256.6'
# way or another. So we replace dashes and tildes with the empty string to
# make sure pacman's version comparing does the right thing for rc versions:
pkgver="${_tag/[-~]/}"
pkgrel=1
pkgrel=1.1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('LGPL-2.1-or-later')
url='https://www.github.com/systemd/systemd'