mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/systemd to 224-1
This commit is contained in:
parent
701573a621
commit
c20be9957d
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgbase=systemd
|
||||
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
||||
pkgver=223
|
||||
pkgver=224
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
|
@ -34,9 +34,9 @@ md5sums=('SKIP'
|
|||
prepare() {
|
||||
cd "$pkgname"
|
||||
|
||||
# networkd: fix size of networkd binary
|
||||
# https://github.com/systemd/systemd/commit/6870b4156377
|
||||
git cherry-pick -n 6870b4156377
|
||||
# networkd: fix neworkd crash
|
||||
# https://github.com/systemd/systemd/commit/49f6e11e89b4
|
||||
git cherry-pick -n 49f6e11e89b4
|
||||
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue