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

Christian Hesse eworm at archlinux.org
Thu Jul 8 13:00:13 UTC 2021


    Date: Thursday, July 8, 2021 @ 13:00:12
  Author: eworm
Revision: 419078

upgpkg: systemd 249-2: build with correct SBAT information

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-08 10:59:35 UTC (rev 419077)
+++ PKGBUILD	2021-07-08 13:00:12 UTC (rev 419078)
@@ -7,7 +7,7 @@
 _tag='b134c9cc4b02eddca2ea098324369018123fdf15' # git rev-parse v${_tag_name}
 _tag_name=249
 pkgver="${_tag_name/-/}"
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -138,6 +138,12 @@
     -Drpmmacrosdir=no
     -Dsysvinit-path=
     -Dsysvrcnd-path=
+
+    -Dsbat-distro='arch'
+    -Dsbat-distro-summary='Arch Linux'
+    -Dsbat-distro-pkgname="${pkgname}"
+    -Dsbat-distro-version="${pkgver}"
+    -Dsbat-distro-url="https://archlinux.org/packages/core/x86_64/${pkgname}/"
   )
 
   arch-meson "$pkgbase-stable" build "${_meson_options[@]}"




More information about the arch-commits mailing list