mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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
|
||||
pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
|
||||
# Can be from either systemd or systemd-stable
|
||||
_commit='8eeacf9b14ca852fabe71f98caef5c463dceec1a'
|
||||
pkgver=240.93
|
||||
_commit='0430af90ef28a229e51136ad364e1da7e76c8638'
|
||||
pkgver=240.95
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='https://www.github.com/systemd/systemd'
|
||||
|
@ -149,8 +149,8 @@ package_systemd() {
|
|||
license=('GPL2' 'LGPL2.1')
|
||||
groups=('base-devel')
|
||||
depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
|
||||
'libgcrypt' 'libsystemd' 'libidn2' 'lz4' 'pam' 'libelf' 'libseccomp'
|
||||
'util-linux' 'xz' 'pcre2' 'audit')
|
||||
'libgcrypt' 'libsystemd' 'libidn2' 'libidn2.so' 'lz4' 'pam' 'libelf'
|
||||
'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit')
|
||||
provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver")
|
||||
replaces=('nss-myhostname' 'systemd-tools' 'udev')
|
||||
conflicts=('nss-myhostname' 'systemd-tools' 'udev')
|
||||
|
|
Loading…
Reference in a new issue