mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/systemd to 241.0-1
This commit is contained in:
parent
17e2687554
commit
f55dd180c2
1 changed files with 4 additions and 7 deletions
|
@ -10,9 +10,9 @@
|
||||||
pkgbase=systemd
|
pkgbase=systemd
|
||||||
pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
|
pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
|
||||||
# Can be from either systemd or systemd-stable
|
# Can be from either systemd or systemd-stable
|
||||||
_commit='0430af90ef28a229e51136ad364e1da7e76c8638'
|
_commit='e62a7fea757f259eb330da5b6d3ab4ede46400a2'
|
||||||
pkgver=240.95
|
pkgver=241.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.github.com/systemd/systemd'
|
url='https://www.github.com/systemd/systemd'
|
||||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||||
|
@ -69,8 +69,6 @@ sha512sums=('SKIP'
|
||||||
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
|
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
|
||||||
|
|
||||||
_backports=(
|
_backports=(
|
||||||
# https://github.com/systemd/systemd/issues/11259
|
|
||||||
'8ca9e92c742602b8bcd431001e6f5b78c28c184f'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
_reverts=(
|
_reverts=(
|
||||||
|
@ -121,8 +119,7 @@ build() {
|
||||||
-Dgnu-efi=false
|
-Dgnu-efi=false
|
||||||
-Dima=false
|
-Dima=false
|
||||||
-Dlibidn2=true
|
-Dlibidn2=true
|
||||||
# TODO: enable for v241
|
-Dversion-tag="${pkgver}-${pkgrel}-arch"
|
||||||
#-Dversion-tag="${pkgver}-${pkgrel}-arch"
|
|
||||||
|
|
||||||
-Dlz4=true
|
-Dlz4=true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue