diff options
-rw-r--r-- | libre/systemd/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 25e547d37..67b09d479 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -12,8 +12,8 @@ pkgname+=('systemd-common' 'systemd-udev') _systemd_libs=('libsystemd' 'libudev' 'nss-systemd' 'nss-myhostname' 'nss-mymachines' 'nss-resolve') pkgname+=("${_systemd_libs[@]/#/systemd-}") # Can be from either systemd or systemd-stable -_commit='cbf14c9500d5e6820fd7d96166ca0bf75c6850df' -pkgver=241.67 +_commit='3d835d09f29151c97af7cb1116e192df711587ab' +pkgver=241.93 pkgrel=1 pkgrel+=.par1 arch=('x86_64') |