Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-systemd


Commits:
2df3a033 by Christian Hesse at 2024-06-06T21:49:33+02:00
sync with core package

- - - - -
37119013 by Christian Hesse at 2024-06-06T22:36:58+02:00
upgpkg: 256rc4-1: new upstream pre-release - testing only!

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = lib32-systemd
        pkgdesc = system and service manager (32-bit)
-       pkgver = 255.7
+       pkgver = 256rc4
        pkgrel = 1
        url = https://www.github.com/systemd/systemd
        arch = x86_64
@@ -31,13 +31,13 @@ pkgbase = lib32-systemd
        depends = lib32-zstd
        provides = libsystemd.so
        provides = libudev.so
-       source = git+https://github.com/systemd/systemd-stable#tag=v255.7?signed
-       source = git+https://github.com/systemd/systemd#tag=v255?signed
+       source = 
git+https://github.com/systemd/systemd-stable#tag=v256-rc4?signed
+       source = git+https://github.com/systemd/systemd#tag=v256-rc4?signed
        validpgpkeys = 63CDA1E5D3FC22B998D20DD6327F26951A015CC4
        validpgpkeys = A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E
        validpgpkeys = 9A774DB5DB996C154EBBFBFDA0099A18E29326E1
        validpgpkeys = 5C251B5FC54EB2F80F407AAAC54CA336CFEB557E
-       sha512sums = 
224648e176fe48d0cb96ac740b4f239e7ddbbb6aed6299976f1df2d5825757021c7be243d187446c274715214c8175bf925ebb27eece18a02ce1884bac2c1f20
-       sha512sums = 
d430427987309483c99062adb02741d25239ba5fbb97053ef817c0c5a0a935328af9c8b651de2b119b0e851dcf6623f01343859735ff81d7013ab0133e67c7ea
+       sha512sums = 
8919a5e584b4640b141fc78db68b0a6165ca927b714a7ad2164c67a9061bba72630ecf883ee57937a016e3b14efd87c17da8e4ad003d9b186840a466409eef88
+       sha512sums = 
8919a5e584b4640b141fc78db68b0a6165ca927b714a7ad2164c67a9061bba72630ecf883ee57937a016e3b14efd87c17da8e4ad003d9b186840a466409eef88
 
 pkgname = lib32-systemd


=====================================
PKGBUILD
=====================================
@@ -2,15 +2,11 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-_tag='255.7'
-# Upstream versioning is incompatible with pacman's version comparisons so we
-# replace tildes with the empty string to make sure pacman's version comparing
-# does the right thing for rc versions:
-# ➜ vercmp 255~rc1 255
-# 1
-# ➜ vercmp 255rc1 255
-# -1
-pkgver="${_tag/~/}"
+_tag='256-rc4'
+# Upstream versioning is incompatible with pacman's version comparisons, one
+# way or another. So we replace dashes and tildes with the empty string to
+# make sure pacman's version comparing does the right thing for rc versions:
+pkgver="${_tag/[-~]/}"
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')
@@ -30,8 +26,8 @@ validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # 
Lennart Poettering <
               '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek <zbys...@in.waw.pl>
 source=("git+https://github.com/systemd/systemd-stable#tag=v${_tag}?signed";
         "git+https://github.com/systemd/systemd#tag=v${_tag%.*}?signed";)
-sha512sums=('224648e176fe48d0cb96ac740b4f239e7ddbbb6aed6299976f1df2d5825757021c7be243d187446c274715214c8175bf925ebb27eece18a02ce1884bac2c1f20'
-            
'd430427987309483c99062adb02741d25239ba5fbb97053ef817c0c5a0a935328af9c8b651de2b119b0e851dcf6623f01343859735ff81d7013ab0133e67c7ea')
+sha512sums=('8919a5e584b4640b141fc78db68b0a6165ca927b714a7ad2164c67a9061bba72630ecf883ee57937a016e3b14efd87c17da8e4ad003d9b186840a466409eef88'
+            
'8919a5e584b4640b141fc78db68b0a6165ca927b714a7ad2164c67a9061bba72630ecf883ee57937a016e3b14efd87c17da8e4ad003d9b186840a466409eef88')
 
 _backports=(
 )
@@ -65,8 +61,7 @@ build() {
 
   local _timeservers=({0..3}.arch.pool.ntp.org)
   local _nameservers=(
-    # We use these public name services, ordered by their
-    # privacy policy (hopefully):
+    # We use these public name services, ordered by their privacy policy 
(hopefully):
     #  * Cloudflare (https://1.1.1.1/)
     #  * Quad9 (https://www.quad9.net/)
     #  * Google (https://developers.google.com/speed/public-dns/)
@@ -82,10 +77,8 @@ build() {
     --libexecdir       /usr/lib32
     --libdir           /usr/lib32
 
-    -Dversion-tag="${_tag_name}-${pkgrel}-arch"
-    # We use the version without tildes as the shared library tag because
-    # pacman looks at the shared library version.
-    -Dshared-lib-tag="${pkgver}-${pkgrel}"
+    -Dversion-tag="${_meson_version}-arch"
+    -Dshared-lib-tag="${_meson_version}"
     -Dmode=release
 
     # components & features
@@ -110,6 +103,7 @@ build() {
     -Dimportd=false
     -Dkmod=false
     -Dldconfig=false
+    -Dlibarchive=disabled
     -Dlibcryptsetup=false
     -Dlibcryptsetup-plugins=false
     -Dlibfido2=false



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-systemd/-/compare/cf1b45ee1d5b13487297e7943c691887e8b3008c...3711901375e988aa6a31c34bd8088a7f4cedbdca

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-systemd/-/compare/cf1b45ee1d5b13487297e7943c691887e8b3008c...3711901375e988aa6a31c34bd8088a7f4cedbdca
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to