diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-02-12 15:35:33 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-02-12 17:30:53 +0100 |
commit | 3d86076ab74f2a2d2327b5c0af41fad3ee8f938f (patch) | |
tree | e05b2206f6be4ce9c0a1fb2aac72ec798fdb8bea | |
parent | 8b5d83a2d959bc84f221e160b8a0ecabf995643a (diff) | |
download | abslibre-3d86076ab74f2a2d2327b5c0af41fad3ee8f938f.tar.gz abslibre-3d86076ab74f2a2d2327b5c0af41fad3ee8f938f.tar.bz2 abslibre-3d86076ab74f2a2d2327b5c0af41fad3ee8f938f.zip |
systemd: update to 240.95 and rebuild because of libidn2 update
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | libre/systemd/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index b6e71aaf9..a34531ca3 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/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+=.parabola1 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=( |