mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/systemd to 243.78-1
This commit is contained in:
parent
49cb028d30
commit
cf244f709f
1 changed files with 2 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
||||||
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='fab6f010ac6c3bc93a10868de722d7c8c3622eb9'
|
_commit='ef677436aa203c24816021dd698b57f219f0ff64'
|
||||||
pkgver=243.51
|
pkgver=243.78
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://www.github.com/systemd/systemd'
|
url='https://www.github.com/systemd/systemd'
|
||||||
|
@ -163,7 +163,6 @@ check() {
|
||||||
package_systemd() {
|
package_systemd() {
|
||||||
pkgdesc='system and service manager'
|
pkgdesc='system and service manager'
|
||||||
license=('GPL2' 'LGPL2.1')
|
license=('GPL2' 'LGPL2.1')
|
||||||
groups=('base-devel')
|
|
||||||
depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
|
depends=('acl' 'bash' 'cryptsetup' 'dbus' 'iptables' 'kbd' 'kmod' 'hwids' 'libcap'
|
||||||
'libgcrypt' 'systemd-libs' 'libidn2' 'libidn2.so' 'lz4' 'pam' 'libelf'
|
'libgcrypt' 'systemd-libs' 'libidn2' 'libidn2.so' 'lz4' 'pam' 'libelf'
|
||||||
'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit')
|
'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit')
|
||||||
|
@ -275,7 +274,6 @@ package_systemd-resolvconf() {
|
||||||
package_systemd-sysvcompat() {
|
package_systemd-sysvcompat() {
|
||||||
pkgdesc='sysvinit compat for systemd'
|
pkgdesc='sysvinit compat for systemd'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
groups=('base')
|
|
||||||
conflicts=('sysvinit')
|
conflicts=('sysvinit')
|
||||||
depends=('systemd')
|
depends=('systemd')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue