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

Christian Hesse eworm at archlinux.org
Fri Mar 19 08:27:55 UTC 2021


    Date: Friday, March 19, 2021 @ 08:27:54
  Author: eworm
Revision: 894544

upgpkg: lib32-systemd 248rc4-0: new upstream pre-release

Currently this does build, but two tests fail with timeout...
https://github.com/systemd/systemd/issues/19052

Modified:
  lib32-systemd/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-19 08:25:17 UTC (rev 894543)
+++ PKGBUILD	2021-03-19 08:27:54 UTC (rev 894544)
@@ -4,9 +4,10 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='f948f652768a5279087e13961ebb87f345626e2e' # git rev-parse v${pkgver}
-pkgver=247.4
-pkgrel=1
+_tag='e878547b1a4aaee27c90e835a986a6a96a00c507' # git rev-parse v${_tag_name}
+_tag_name=248-rc4
+pkgver="${_tag_name/-/}"
+pkgrel=0
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -21,7 +22,7 @@
 validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering <lennart at poettering.net>
               '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
 source=("git+https://github.com/systemd/systemd-stable#tag=${_tag}?signed"
-        "git+https://github.com/systemd/systemd#tag=v${pkgver%.*}?signed")
+        "git+https://github.com/systemd/systemd#tag=v${_tag_name%.*}?signed")
 sha512sums=('SKIP'
             'SKIP')
 
@@ -93,7 +94,7 @@
     -Dseccomp=false
 
     -Ddbuspolicydir=/usr/share/dbus-1/system.d
-    -Ddefault-hierarchy=hybrid
+    -Ddefault-hierarchy=unified
     -Ddefault-kill-user-processes=false
     -Ddefault-locale=C
     -Dfallback-hostname='archlinux'



More information about the arch-commits mailing list