mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/systemd to 240.95-1
This commit is contained in:
parent
b7264877eb
commit
340fca7eba
1 changed files with 4 additions and 4 deletions
|
@ -10,8 +10,8 @@
|
||||||
pkgbase=systemd
|
pkgbase=systemd
|
||||||
pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
|
pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
|
||||||
# Can be from either systemd or systemd-stable
|
# Can be from either systemd or systemd-stable
|
||||||
_commit='8eeacf9b14ca852fabe71f98caef5c463dceec1a'
|
_commit='0430af90ef28a229e51136ad364e1da7e76c8638'
|
||||||
pkgver=240.93
|
pkgver=240.95
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.github.com/systemd/systemd'
|
url='https://www.github.com/systemd/systemd'
|
||||||
|
@ -149,8 +149,8 @@ package_systemd() {
|
||||||
license=('GPL2' 'LGPL2.1')
|
license=('GPL2' 'LGPL2.1')
|
||||||
groups=('base-devel')
|
groups=('base-devel')
|
||||||
depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
|
depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
|
||||||
'libgcrypt' 'libsystemd' 'libidn2' 'lz4' 'pam' 'libelf' 'libseccomp'
|
'libgcrypt' 'libsystemd' 'libidn2' 'libidn2.so' 'lz4' 'pam' 'libelf'
|
||||||
'util-linux' 'xz' 'pcre2' 'audit')
|
'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit')
|
||||||
provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
|
provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
|
||||||
replaces=('nss-myhostname' 'systemd-tools' 'udev')
|
replaces=('nss-myhostname' 'systemd-tools' 'udev')
|
||||||
conflicts=('nss-myhostname' 'systemd-tools' 'udev')
|
conflicts=('nss-myhostname' 'systemd-tools' 'udev')
|
||||||
|
|
Loading…
Reference in a new issue