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

Christian Hesse eworm at archlinux.org
Fri Nov 10 12:03:20 UTC 2017


    Date: Friday, November 10, 2017 @ 12:03:19
  Author: eworm
Revision: 309375

upgpkg: systemd 235.38-2

Fix typo in statx macro (#7180) (FS#56289)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-10 11:24:18 UTC (rev 309374)
+++ PKGBUILD	2017-11-10 12:03:19 UTC (rev 309375)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=235.38
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd"
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -48,6 +48,8 @@
             '10190fba9f39a8f4b620a0829e0ba8ed63bb4dbeca712966011ee7807880d01ab2abff1a80baafeb6674db70526a473fe585db8190e864f318fc4d6068552618')
 
 _backports=(
+	# Fix typo in statx macro (#7180) (FS#56289)
+	'8e6a7a8b2be409d356bcaface00f6d44390c07ff'
 )
 
 _reverts=(



More information about the arch-commits mailing list