diff options
-rw-r--r-- | libre/systemd/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index fb3680038..2c73ed10c 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -14,8 +14,8 @@ pkgname+=("${_systemd_libs[@]/#/systemd-}") # Can be from either systemd or systemd-stable _commit='ef677436aa203c24816021dd698b57f219f0ff64' pkgver=243.78 -pkgrel=1 -pkgrel+=.par1 +pkgrel=2 +pkgrel+=.parabola1 arch=('x86_64') arch+=('i686' 'armv7h' 'ppc64le') url='https://www.github.com/systemd/systemd' @@ -89,6 +89,8 @@ sha512sums=('SKIP' '28a5b3fc9e2c5cec9267bb96725c73ee77788514f140c0cf8df765af64bc8130dd02f4863d9128ac45d54256b2ab4f2b06d1a3f65660ce1dfba5727618cd1839') _backports=( + # Revert "sysusers: properly mark generated accounts as locked" + '12c829376a95ee0a734b8dbd347042062516f0a9' ) _reverts=( |