aboutsummaryrefslogtreecommitdiffstats
path: root/community/elogind/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-11 16:35:16 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-15 18:20:46 -0300
commit68556a3dee1f0eede0ab212b7274060017c915d0 (patch)
tree95c51ff2c37d15c4c882c3024c555dd9ed808d20 /community/elogind/APKBUILD
parent31a764089f1e1bb0df223c191bfea1d1ae51ca7f (diff)
community/elogind: depend on shadow
shadow's login is required for elogind to pick up logins and assign sessions.
Diffstat (limited to 'community/elogind/APKBUILD')
-rw-r--r--community/elogind/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/elogind/APKBUILD b/community/elogind/APKBUILD
index 8be30430c41..0c864069cbe 100644
--- a/community/elogind/APKBUILD
+++ b/community/elogind/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=elogind
pkgver=241.3
-pkgrel=0
+pkgrel=1
pkgdesc="Standalone fork of systemd's elogind"
url="https://github.com/elogind/elogind"
arch="all"
license="GPL-2.0-or-later LGPL-2.1-or-later"
-depends="dbus"
+depends="dbus shadow"
options="!check" # Tests fail on builders
makedepends="
meson
@@ -34,7 +34,7 @@ subpackages="
$pkgname-zsh-completion:zshcomp:noarch
$pkgname-bash-completion:bashcomp:noarch"
source="
- $pkgname-$pkgver.tar.gz::https://github.com/elogind/elogind/archive/v${pkgver}.tar.gz
+ $pkgname-$pkgver.tar.gz::https://github.com/elogind/elogind/archive/v$pkgver.tar.gz
reverse_DISABLE_BUFFER_in_cg_attach.patch
reverse_CLOSE_ON_EXEC_removal.patch"