summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThorsten Töpper <atsutane-aur@freethoughts.de>2024-09-06 10:01:01 +0200
committerThorsten Töpper <atsutane@freethoughts.de>2024-09-06 10:01:01 +0200
commitb881636dc1b368b9cc98d273ad24519372e3de1a (patch)
tree9362e3bd426b13639286a8f0a82b013af2d6d644 /PKGBUILD
parent1a95cafac8876ac9ecca2b671b69d9c81a4a4113 (diff)
downloadsystemd-git-b881636dc1b368b9cc98d273ad24519372e3de1a.tar.gz
systemd-git-b881636dc1b368b9cc98d273ad24519372e3de1a.tar.bz2
Fix systemd-libs-git: provides&conflicts were missing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 229e21e..529bb19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=('systemd-git'
'systemd-tests-git'
'systemd-ukify-git')
pkgdesc='systemd (git version)'
-pkgver=257.devel.r75997.144e53b333
+pkgver=257.devel.r76068.195bb6f97e
pkgrel=1
arch=('x86_64')
license=('LGPL-2.1-or-later')
@@ -281,7 +281,9 @@ package_systemd-libs-git() {
'GPL-2.0-or-later WITH Linux-syscall-note' # src/basic/linux/*
)
provides=('libsystemd' 'libsystemd.so' 'libudev.so')
+ provides+=("systemd-libs=${pkgver}")
conflicts=('libsystemd')
+ conflicts+=('systemd-libs')
replaces=('libsystemd')
install -d -m0755 "$pkgdir"/usr/share/man