From 6a9553273d47aba5e995be19f7044b08f58e3bbb Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 30 Jul 2015 04:44:00 -0300 Subject: systemd-223-1.parabola1: updating version --- libre/systemd/PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 11a63eba5..01aaa45af 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -4,14 +4,14 @@ pkgbase=systemd pkgname=systemd -pkgver=222 +pkgver=223 pkgrel=1.parabola1 arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt' 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-libre-api-headers' - 'python' 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git') + 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git') options=('strip' 'debug') source=("git://github.com/systemd/systemd.git#tag=v$pkgver" "https://repo.parabola.nu/other/systemd/splash-parabola.bmp" @@ -31,6 +31,10 @@ md5sums=('SKIP' prepare() { cd "$pkgname" + # networkd: fix size of networkd binary + # https://github.com/systemd/systemd/commit/6870b4156377 + git cherry-pick -n 6870b4156377 + ./autogen.sh } @@ -65,8 +69,7 @@ package_systemd() { provides=('nss-myhostname' "systemd-tools=$pkgver" "udev=$pkgver") replaces=('nss-myhostname' 'systemd-tools' 'udev') conflicts=('nss-myhostname' 'systemd-tools' 'udev') - optdepends=('python: systemd library bindings' - 'cryptsetup: required for encrypted block devices' + optdepends=('cryptsetup: required for encrypted block devices' 'libmicrohttpd: remote journald capabilities' 'quota-tools: kernel-level quota management' 'systemd-sysvcompat: symlink package to provide sysvinit binaries' -- cgit v1.2.3