Update package version to 25.34.76

This commit is contained in:
2026-03-07 19:14:09 +02:00
parent 3401352a23
commit eb8ec7fb81
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -1,9 +1,11 @@
name: accountsservice
description: D-Bus interface for user account query and manipulation
version: 23.13.9
version: 25.34.76
revision: 1
url: https://gitlab.freedesktop.org/accountsservice/accountsservice
license: GPL3-or-later
maintainers:
- [email protected]
architecture: any
type: source
depends:
@@ -21,9 +23,10 @@ make_depends:
- python-packaging
- vala
- xmlto
check_depends:
- python-dbusmock
- python-pygobject
downloads:
- url: https://www.freedesktop.org/software/accountsservice/accountsservice-${BPM_PKG_VERSION}.tar.xz
- url: https://gitlab.freedesktop.org/accountsservice/accountsservice/-/archive/${BPM_PKG_VERSION}/accountsservice-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
checksum: adda4cdeae24fa0992e7df3ffff9effa7090be3ac233a3edfdf69d5a9c9b924f
checksum: caba68d87dc70de969b2cbc178e8a90e54356413675249f00979261d5138edcc
+1 -1
View File
@@ -44,5 +44,5 @@ package() {
meson install -C build --destdir="$BPM_OUTPUT"
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/accountsservice/COPYING
install -Dm644 "$BPM_SOURCE"/accountsservice-${BPM_PKG_VERSION}/COPYING "$BPM_OUTPUT"/usr/share/licenses/accountsservice/COPYING
}