mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/systemd to 234.11-6
This commit is contained in:
parent
966a631397
commit
6489178c0e
2 changed files with 6 additions and 2 deletions
|
@ -14,7 +14,7 @@ _commit='d52e2bb9c20216972754c054e8534bca28baab66'
|
|||
# Bump this to latest major release for signed tag verification,
|
||||
# the commit count is handled by pkgver() function.
|
||||
pkgver=234.11
|
||||
pkgrel=4
|
||||
pkgrel=6
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.github.com/systemd/systemd"
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||
|
@ -39,7 +39,7 @@ source=("git://github.com/systemd/systemd-stable.git#commit=${_commit}"
|
|||
sha512sums=('SKIP'
|
||||
'SKIP'
|
||||
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
|
||||
'691acebb243b9cd7fb63272662f34bdb9aead710c69aee9361ab2322f9f108600ad5b0214fc00b7cb2d9c95db8abd748030625d60d6567efd98663c56ba28c65'
|
||||
'a70a779828e03c91275df1e046f78bdface08e2a8df0245a3f6e8d5904e3dbbe5d498cbf7f32d5ce61f2fb0d0a3d440d47ce9e41352a5547d80fa1bc29687159'
|
||||
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
|
||||
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
|
||||
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'
|
||||
|
@ -61,6 +61,9 @@ _backports=(
|
|||
'5c30a6d2b805ae9b5dd0ad003b9ee86b8965bc47'
|
||||
# tree-wide: make use of getpid_cached() wherever we can
|
||||
'df0ff127758809a45105893772de76082d12a26d'
|
||||
|
||||
# call chase_symlinks without the /sysroot prefix (#6411) (FS#54958)
|
||||
'98eda38aed6a10c4f6d6ad0cac6e5361e87de52b'
|
||||
)
|
||||
|
||||
_reverts=(
|
||||
|
|
|
@ -112,6 +112,7 @@ build() {
|
|||
map add_binary \
|
||||
/usr/bin/systemd-tmpfiles \
|
||||
/usr/lib/systemd/systemd-hibernate-resume \
|
||||
/usr/lib/systemd/systemd-sulogin-shell \
|
||||
/usr/lib/systemd/system-generators/systemd-fstab-generator \
|
||||
/usr/lib/systemd/system-generators/systemd-gpt-auto-generator \
|
||||
/usr/lib/systemd/system-generators/systemd-hibernate-resume-generator
|
||||
|
|
Loading…
Reference in a new issue