mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/systemd to 239.300-2
This commit is contained in:
parent
ae01c8313b
commit
c4bc97af1c
1 changed files with 7 additions and 1 deletions
|
@ -12,7 +12,7 @@ pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
|
|||
# Can be from either systemd or systemd-stable
|
||||
_commit='25d1ba1173e4cce9dab8a2c2164ce60f63fc68a5'
|
||||
pkgver=239.300
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
url='https://www.github.com/systemd/systemd'
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||
|
@ -69,9 +69,15 @@ sha512sums=('SKIP'
|
|||
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
|
||||
|
||||
_backports=(
|
||||
# journal: adapt for new improved LZ4_decompress_safe_partial()
|
||||
'e41ef6fd0027d3619dc1cf062100b2d224d0ee7e'
|
||||
)
|
||||
|
||||
_reverts=(
|
||||
# shared/sleep-config: add switches to kill specific sleep modes
|
||||
'6ebddf92527b5de840f021b8672b2977c2a58af5'
|
||||
# shared/sleep-config: forbid hibernation if resume= is not configured
|
||||
'6789dca0a26df0c44ff8020f0a4206bf21e52a7a'
|
||||
)
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue