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

Christian Hesse eworm at archlinux.org
Mon Aug 7 05:54:25 UTC 2017


    Date: Monday, August 7, 2017 @ 05:54:25
  Author: eworm
Revision: 301713

upgpkg: systemd 234.11-6

call chase_symlinks without the /sysroot prefix (#6411) (FS#54958)

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-07 00:19:56 UTC (rev 301712)
+++ PKGBUILD	2017-08-07 05:54:25 UTC (rev 301713)
@@ -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=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -57,6 +57,9 @@
   '5c30a6d2b805ae9b5dd0ad003b9ee86b8965bc47'
   # tree-wide: make use of getpid_cached() wherever we can
   'df0ff127758809a45105893772de76082d12a26d'
+
+  # call chase_symlinks without the /sysroot prefix (#6411) (FS#54958)
+  '98eda38aed6a10c4f6d6ad0cac6e5361e87de52b'
 )
 
 _reverts=(



More information about the arch-commits mailing list