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

Christian Hesse eworm at archlinux.org
Fri Mar 27 19:48:57 UTC 2020


    Date: Friday, March 27, 2020 @ 19:48:56
  Author: eworm
Revision: 378566

upgpkg: systemd 245.3-2

user-util: Allow names starting with a digit (FS#65825)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-27 19:34:46 UTC (rev 378565)
+++ PKGBUILD	2020-03-27 19:48:56 UTC (rev 378566)
@@ -6,7 +6,7 @@
 pkgname=('systemd' 'systemd-libs' 'systemd-resolvconf' 'systemd-sysvcompat')
 _tag='f4d7fa4807ada3c1b7d6f67117eadbb014b67d2f' # git rev-parse v${pkgver}
 pkgver=245.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -62,6 +62,9 @@
 _backports=(
   # systemd-resolved: use hostname for certificate validation in DoT
   'eec394f10bbfcc3d2fc8504ad8ff5be44231abd5'
+
+  # user-util: Allow names starting with a digit
+  '93c23c9297e48e594785e0bb9c51504aae5fbe3e'
 )
 
 _reverts=(



More information about the arch-commits mailing list