summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-07-12 04:04:45 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-12 13:44:16 -0400
commitaa6dab4d3a0587576f122b34c31dc3f6bdc5b43c (patch)
tree450a893bda4ec750d0db1d343b04cf63d8af8f7a /libre
parent62a9de5139e9bbb95bee801146a61a90fce32510 (diff)
downloadabslibre-aa6dab4d3a0587576f122b34c31dc3f6bdc5b43c.tar.gz
abslibre-aa6dab4d3a0587576f122b34c31dc3f6bdc5b43c.tar.bz2
abslibre-aa6dab4d3a0587576f122b34c31dc3f6bdc5b43c.zip
libre/systemd: Include systemd-udev in groups=('base')
It didn't need that before, because it was part of systemd, which was pulled in by systemd-sysvcompat. But now that it's separate, it needs to be in the group, which acts as a decider between it and other provides=(udev) packages. This is also consistent with the old core/udev package.
Diffstat (limited to 'libre')
-rw-r--r--libre/systemd/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index 09d21d105..e88d31c92 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -305,6 +305,7 @@ package_systemd-common() {
package_systemd-udev() {
pkgdesc='Userspace device file manager'
license=('GPL2') # NB: different than the rest
+ groups=('base')
depends=("systemd-common=$pkgver" 'systemd-libudev'
'hwids' 'kmod' 'util-linux' 'zlib')
backup=(etc/udev/udev.conf)