mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/systemd to 255.2-1
This commit is contained in:
parent
ec083a1937
commit
c28f9f6de7
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
pkgbase = systemd
|
pkgbase = systemd
|
||||||
pkgver = 255.1
|
pkgver = 255.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.github.com/systemd/systemd
|
url = https://www.github.com/systemd/systemd
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -51,7 +51,7 @@ pkgbase = systemd
|
||||||
makedepends = qrencode
|
makedepends = qrencode
|
||||||
makedepends = lib32-gcc-libs
|
makedepends = lib32-gcc-libs
|
||||||
options = strip
|
options = strip
|
||||||
source = git+https://github.com/systemd/systemd-stable#tag=6eb55199ed8953019853c2bcdb2e29743d90a86d?signed
|
source = git+https://github.com/systemd/systemd-stable#tag=be88ad03366b8aa059bb72b39a270128ba62b428?signed
|
||||||
source = git+https://github.com/systemd/systemd#tag=v255?signed
|
source = git+https://github.com/systemd/systemd#tag=v255?signed
|
||||||
source = 0001-Use-Arch-Linux-device-access-groups.patch
|
source = 0001-Use-Arch-Linux-device-access-groups.patch
|
||||||
source = initcpio-hook-udev
|
source = initcpio-hook-udev
|
||||||
|
@ -150,8 +150,8 @@ pkgname = systemd
|
||||||
optdepends = libp11-kit: support PKCS#11
|
optdepends = libp11-kit: support PKCS#11
|
||||||
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
|
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
|
||||||
provides = nss-myhostname
|
provides = nss-myhostname
|
||||||
provides = systemd-tools=255.1
|
provides = systemd-tools=255.2
|
||||||
provides = udev=255.1
|
provides = udev=255.2
|
||||||
conflicts = nss-myhostname
|
conflicts = nss-myhostname
|
||||||
conflicts = systemd-tools
|
conflicts = systemd-tools
|
||||||
conflicts = udev
|
conflicts = udev
|
||||||
|
|
|
@ -13,8 +13,8 @@ pkgname=('systemd'
|
||||||
'systemd-resolvconf'
|
'systemd-resolvconf'
|
||||||
'systemd-sysvcompat'
|
'systemd-sysvcompat'
|
||||||
'systemd-ukify')
|
'systemd-ukify')
|
||||||
_tag='6eb55199ed8953019853c2bcdb2e29743d90a86d' # git rev-parse v${_tag_name}
|
_tag='be88ad03366b8aa059bb72b39a270128ba62b428' # git rev-parse v${_tag_name}
|
||||||
_tag_name=255.1
|
_tag_name=255.2
|
||||||
pkgver="${_tag_name/-/}"
|
pkgver="${_tag_name/-/}"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
Loading…
Reference in a new issue