summaryrefslogtreecommitdiff
path: root/libre-testing/systemd/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre-testing/systemd/PKGBUILD')
-rw-r--r--libre-testing/systemd/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/libre-testing/systemd/PKGBUILD b/libre-testing/systemd/PKGBUILD
index b6e71aaf9..a9a5b46a1 100644
--- a/libre-testing/systemd/PKGBUILD
+++ b/libre-testing/systemd/PKGBUILD
@@ -3,6 +3,7 @@
# Maintainer (Arch): Tom Gundersen <teg@jklm.no>
# Maintainer: Luke Shumaker <lukeshu@parabola.nu>
# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe>
+# Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
pkgbase=systemd
pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
@@ -11,10 +12,10 @@ pkgname+=('systemd-common' 'systemd-udev')
_libsystemd=('libsystemd' 'libudev' 'nss-systemd' 'nss-myhostname' 'nss-mymachines' 'nss-resolve')
pkgname+=("${_libsystemd[@]/#/systemd-}")
# Can be from either systemd or systemd-stable
-_commit='f02b5472c6f0c41e5dc8dc2c84590866baf937ff'
-pkgver=240.34
-pkgrel=3
-pkgrel+=.parabola2
+_commit='0430af90ef28a229e51136ad364e1da7e76c8638'
+pkgver=240.95
+pkgrel=1
+pkgrel+=.parabola3
arch=('x86_64')
arch+=('i686' 'armv7h' 'ppc64le')
url='https://www.github.com/systemd/systemd'
@@ -90,9 +91,6 @@ sha512sums=('SKIP'
_backports=(
# https://github.com/systemd/systemd/issues/11259
'8ca9e92c742602b8bcd431001e6f5b78c28c184f'
-
- # https://github.com/systemd/systemd/issues/11314
- 'ee0b9e721a368742ac6fa9c3d9a33e45dc3203a2'
)
_reverts=(
@@ -313,7 +311,7 @@ package_systemd-common() {
pkgdesc='systemd files shared between split packages'
license=('LGPL2.1')
depends=('acl' 'cryptsetup' 'libdbus' 'glibc' 'iptables' 'libcap'
- 'libgcrypt' 'libidn2' 'libseccomp' 'libsystemd.so'
+ 'libgcrypt' 'libidn2' 'libidn2.so' 'libseccomp' 'libsystemd.so'
'libudev.so' 'libblkid.so' 'libmount.so' 'libuuid.so' 'lz4'
'xz' 'audit')