diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-02-13 04:42:13 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-02-13 05:23:49 -0500 |
commit | 40c9803c67beb8be6aca389ca7f6f715271150b3 (patch) | |
tree | 2d40149ffbf76121d7c7123accc8468da2633ec3 /libre-testing | |
parent | 13cab15faefe5d867546bec85759143d176bf46b (diff) | |
download | abslibre-40c9803c67beb8be6aca389ca7f6f715271150b3.tar.gz abslibre-40c9803c67beb8be6aca389ca7f6f715271150b3.tar.bz2 abslibre-40c9803c67beb8be6aca389ca7f6f715271150b3.zip |
[systemd]: copy PKGBUILD to libre-testing
Diffstat (limited to 'libre-testing')
-rw-r--r-- | libre-testing/systemd/PKGBUILD | 14 |
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') |