mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/systemd to 255.1-1
This commit is contained in:
parent
e491a202af
commit
93af18ed6b
2 changed files with 8 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = systemd
|
||||
pkgver = 255
|
||||
pkgrel = 2
|
||||
pkgver = 255.1
|
||||
pkgrel = 1
|
||||
url = https://www.github.com/systemd/systemd
|
||||
arch = x86_64
|
||||
checkdepends = python-pefile
|
||||
|
@ -51,7 +51,7 @@ pkgbase = systemd
|
|||
makedepends = qrencode
|
||||
makedepends = lib32-gcc-libs
|
||||
options = strip
|
||||
source = git+https://github.com/systemd/systemd-stable#tag=0966fe6734417ce07d5eb82a245fdec3789714da?signed
|
||||
source = git+https://github.com/systemd/systemd-stable#tag=6eb55199ed8953019853c2bcdb2e29743d90a86d?signed
|
||||
source = git+https://github.com/systemd/systemd#tag=v255?signed
|
||||
source = 0001-Use-Arch-Linux-device-access-groups.patch
|
||||
source = initcpio-hook-udev
|
||||
|
@ -150,8 +150,8 @@ pkgname = systemd
|
|||
optdepends = libp11-kit: support PKCS#11
|
||||
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
|
||||
provides = nss-myhostname
|
||||
provides = systemd-tools=255
|
||||
provides = udev=255
|
||||
provides = systemd-tools=255.1
|
||||
provides = udev=255.1
|
||||
conflicts = nss-myhostname
|
||||
conflicts = systemd-tools
|
||||
conflicts = udev
|
||||
|
|
|
@ -13,10 +13,10 @@ pkgname=('systemd'
|
|||
'systemd-resolvconf'
|
||||
'systemd-sysvcompat'
|
||||
'systemd-ukify')
|
||||
_tag='0966fe6734417ce07d5eb82a245fdec3789714da' # git rev-parse v${_tag_name}
|
||||
_tag_name=255
|
||||
_tag='6eb55199ed8953019853c2bcdb2e29743d90a86d' # git rev-parse v${_tag_name}
|
||||
_tag_name=255.1
|
||||
pkgver="${_tag_name/-/}"
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='https://www.github.com/systemd/systemd'
|
||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||
|
@ -81,10 +81,6 @@ sha512sums=('SKIP'
|
|||
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
|
||||
|
||||
_backports=(
|
||||
# network/networkd-address: don't set up firewall rules here
|
||||
'58c6e75f263a1562f5550221af1ec1a9b6046143'
|
||||
# core: do not make private /dev/ read-only too soon
|
||||
'ae7482b994e6a9bc8e033de9accd24b1e1ffe2ed'
|
||||
)
|
||||
|
||||
_reverts=(
|
||||
|
|
Loading…
Reference in a new issue