summaryrefslogtreecommitdiff
path: root/libre/systemd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-07-25 21:21:55 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-25 21:21:55 -0400
commit90075dade8a8b054671ee843b40353bb7ed4a3a8 (patch)
tree628f2045046dd2f27bb1c035738e428d793297ef /libre/systemd
parentfbbee340d7a329b31e91876a704e8b61a54ad58d (diff)
libre/systemd: Add systemd-udev to groups=(base-devel)
Do this as long as systemd is in groups=(base-devel) && depends=(udev)
Diffstat (limited to 'libre/systemd')
-rw-r--r--libre/systemd/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD
index 78e601d4e..b05fb3a07 100644
--- a/libre/systemd/PKGBUILD
+++ b/libre/systemd/PKGBUILD
@@ -14,7 +14,7 @@ pkgname+=("${_libsystemd[@]/#/systemd-}")
_commit='de7436b02badc82200dc127ff190b8155769b8e7'
pkgver=239.0
pkgrel=2
-pkgrel+=.parabola3
+pkgrel+=.parabola4
arch=('x86_64')
arch+=('i686' 'armv7h')
url='https://www.github.com/systemd/systemd'
@@ -305,7 +305,7 @@ package_systemd-common() {
package_systemd-udev() {
pkgdesc='Userspace device file manager'
license=('GPL2') # NB: different than the rest
- groups=('base')
+ groups=('base' 'base-devel')
depends=("systemd-common=$pkgver" 'systemd-libudev'
'hwids' 'kmod' 'util-linux' 'zlib')
backup=(etc/udev/udev.conf)