Date: Thursday, October 20, 2022 @ 13:11:46 Author: eworm Revision: 458449
upgpkg: systemd 251.6-2: revert to fix timers... ... as upstream prepares the same: https://github.com/systemd/systemd/pull/25083 Modified: systemd/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-20 09:59:50 UTC (rev 458448) +++ PKGBUILD 2022-10-20 13:11:46 UTC (rev 458449) @@ -5,7 +5,7 @@ _tag='9442acae93a851fd666ffa4eaaf82acabee292b5' # git rev-parse v${_tag_name} _tag_name=251.6 pkgver="${_tag_name/-/}" -pkgrel=1 +pkgrel=2 arch=('x86_64') url='https://www.github.com/systemd/systemd' makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -66,6 +66,8 @@ ) _reverts=( + # Fix issue with system time set back (#24131) + '37b54927d311b5a4fead2674919ca059b958bdfa' ) prepare() {
