[arch-commits] Commit in systemd/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Aug 14 07:55:48 UTC 2017


    Date: Monday, August 14, 2017 @ 07:55:48
  Author: eworm
Revision: 302018

upgpkg: systemd 234.11-8

make libseccomp a make dependency (FS#55125)

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-14 05:26:32 UTC (rev 302017)
+++ PKGBUILD	2017-08-14 07:55:48 UTC (rev 302018)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=234.11
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -17,7 +17,7 @@
              'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
              'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
              'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git'
-             'meson')
+             'meson' 'libseccomp')
 options=('strip')
 source=("git://github.com/systemd/systemd-stable.git#commit=${_commit}"
         'git://github.com/systemd/systemd.git' # pull in for tags



More information about the arch-commits mailing list