mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/systemd to 234.11-9
This commit is contained in:
parent
fedefc419c
commit
a8248d7493
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ _commit='d52e2bb9c20216972754c054e8534bca28baab66'
|
||||||
# Bump this to latest major release for signed tag verification,
|
# Bump this to latest major release for signed tag verification,
|
||||||
# the commit count is handled by pkgver() function.
|
# the commit count is handled by pkgver() function.
|
||||||
pkgver=234.11
|
pkgver=234.11
|
||||||
pkgrel=8
|
pkgrel=9
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://www.github.com/systemd/systemd"
|
url="https://www.github.com/systemd/systemd"
|
||||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||||
|
@ -165,6 +165,7 @@ build() {
|
||||||
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' 'libsystemd' 'libidn' 'lz4' 'pam' 'libelf' 'libseccomp'
|
'libgcrypt' 'libsystemd' 'libidn' 'lz4' 'pam' 'libelf' 'libseccomp'
|
||||||
'util-linux' 'xz')
|
'util-linux' 'xz')
|
||||||
|
|
Loading…
Reference in a new issue