Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / wsdd
Commits: 26e780a6 by Jan Alexander Steffens (heftig) at 2025-12-22T00:12:09+01:00 0.9-2: Add python-systemd dep Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/wsdd/-/issues/2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,14 @@ pkgbase = wsdd pkgdesc = Web Services Dynamic Discovery daemon for Windows discovery and discoverability pkgver = 0.9 - pkgrel = 1 + pkgrel = 2 url = https://github.com/christgau/wsdd arch = any license = MIT makedepends = git depends = python depends = python-defusedxml + depends = python-systemd backup = etc/conf.d/wsdd source = git+https://github.com/christgau/wsdd?signed#tag=v0.9 source = 0001-Modify-systemd-service-for-Arch.patch ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=wsdd pkgver=0.9 -pkgrel=1 +pkgrel=2 pkgdesc="Web Services Dynamic Discovery daemon for Windows discovery and discoverability" url="https://github.com/christgau/wsdd" arch=(any) @@ -12,6 +12,7 @@ license=(MIT) depends=( python python-defusedxml + python-systemd ) makedepends=(git) backup=(etc/conf.d/wsdd) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wsdd/-/commit/26e780a6adb394f72d6276af1cefba4adf7212c6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wsdd/-/commit/26e780a6adb394f72d6276af1cefba4adf7212c6 You're receiving this email because of your account on gitlab.archlinux.org.
