Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
shairport-sync
Commits:
09cc97c7 by Anatol Pomozov at 2026-06-14T08:03:39-07:00
upgpkg: 5.0.4-1: upgpkg: update package
- - - - -
4 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
- remove_useradd.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = shairport-sync
pkgdesc = Emulates an AirPort Express for the purpose of streaming
music from iTunes and compatible iPods and iPhones
- pkgver = 4.3.5
- pkgrel = 4
+ pkgver = 5.0.4
+ pkgrel = 1
url = https://github.com/mikebrady/shairport-sync
arch = x86_64
license = GPL
@@ -19,11 +19,11 @@ pkgbase = shairport-sync
depends = jack
depends = mosquitto
backup = etc/shairport-sync.conf
- source =
shairport-sync-4.3.5.zip::https://github.com/mikebrady/shairport-sync/archive/4.3.5.zip
+ source =
shairport-sync-5.0.4.zip::https://github.com/mikebrady/shairport-sync/archive/5.0.4.zip
source = shairport-sync.sysusers
source = remove_useradd.patch
- sha256sums =
7ade79a2dc1d20479279a996da78147194a84fa7cfb0bcd1cba7ddb7fc0f9a7f
+ sha256sums =
9631ec74c1537bdf0b67c0336e1db09c38907e76cd4b4db6d722b661737ef6e0
sha256sums =
bc2d92254910996e837d1c4c7dd81eddfb96a9f5f0cb2faad9fcb0414ea79a1d
- sha256sums =
3973049b1a92c729efacd3312636a8c7f3d51cd62c7d5af214668c8104378dc6
+ sha256sums =
b10bcba9dbe0988868ceabe1b6e1d6d9dbce385661a76a139f0c365966db45f2
pkgname = shairport-sync
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Anatol Pomozov <[email protected]>
pkgname=shairport-sync
-pkgver=4.3.5
-pkgrel=4
+pkgver=5.0.4
+pkgrel=1
pkgdesc='Emulates an AirPort Express for the purpose of streaming music from
iTunes and compatible iPods and iPhones'
url='https://github.com/mikebrady/shairport-sync'
arch=(x86_64)
@@ -13,9 +13,9 @@ makedepends=(glib2-devel xmltoman vim) # vim for xxd tool
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
shairport-sync.sysusers
remove_useradd.patch)
-sha256sums=('7ade79a2dc1d20479279a996da78147194a84fa7cfb0bcd1cba7ddb7fc0f9a7f'
+sha256sums=('9631ec74c1537bdf0b67c0336e1db09c38907e76cd4b4db6d722b661737ef6e0'
'bc2d92254910996e837d1c4c7dd81eddfb96a9f5f0cb2faad9fcb0414ea79a1d'
- '3973049b1a92c729efacd3312636a8c7f3d51cd62c7d5af214668c8104378dc6')
+ 'b10bcba9dbe0988868ceabe1b6e1d6d9dbce385661a76a139f0c365966db45f2')
prepare() {
cd shairport-sync-$pkgver
@@ -50,7 +50,7 @@ build() {
--with-avahi
--with-dns_sd
# Misc
- --with-systemd
+ --with-systemd-startup
--with-ssl=openssl
--with-configfiles
--with-pkg-config
=====================================
REUSE.toml
=====================================
@@ -26,4 +26,4 @@ path = [
"remove_useradd.patch",
]
SPDX-FileCopyrightText = "shairport-sync contributors"
-SPDX-License-Identifier = "TODO-Choose-a-license"
+SPDX-License-Identifier = "0BSD"
=====================================
remove_useradd.patch
=====================================
@@ -1,11 +1,11 @@
diff --git a/Makefile.am b/Makefile.am
-index 1634c6af..2f9b7583 100644
+index 1d5bf176..e180e460 100644
--- a/Makefile.am
+++ b/Makefile.am
-@@ -297,7 +297,7 @@ INSTALL_SYSTEMD_TARGET = install-systemd-local
- # will be stored in a scripts folder in the _build_ folder
+@@ -286,7 +286,7 @@ INSTALL_SYSTEMD_TARGET = install-systemd-local
# which will be the source folder if you're not using a separate build folder
+ # Install a system service script, but don't replace an existing script
-$(INSTALL_SYSTEMD_TARGET): scripts/$(SYSTEMD_SERVICE) $(INSTALL_USER_TARGET)
+$(INSTALL_SYSTEMD_TARGET): scripts/$(SYSTEMD_SERVICE)
install -d $(DESTDIR)$(systemdsystemunitdir)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/shairport-sync/-/commit/09cc97c78ea7ed1970ad22851b24ba66bd54225b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/shairport-sync/-/commit/09cc97c78ea7ed1970ad22851b24ba66bd54225b
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help