aboutsummaryrefslogtreecommitdiffstats
path: root/community/elogind
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-11 16:33:17 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-11 16:33:17 -0300
commit74b7ba5d859005bc0e2a6e99f72bcdde04c116e6 (patch)
treef1d2a591df7656df2f5a00e1ec7fed5d11c8dea7 /community/elogind
parentac1e89430c0ad45e0e95bd519baf00bec278829b (diff)
downloadaports-74b7ba5d859005bc0e2a6e99f72bcdde04c116e6.tar.bz2
aports-74b7ba5d859005bc0e2a6e99f72bcdde04c116e6.tar.xz
community/elogind: really depend on shadow
Diffstat (limited to 'community/elogind')
-rw-r--r--community/elogind/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/elogind/APKBUILD b/community/elogind/APKBUILD
index 1d3c1b4bf6..fcbb8a0c6e 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=1
+pkgrel=2
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
@@ -26,7 +26,6 @@ makedepends="
m4
dbus-dev
pcre2-dev
- shadow
"
subpackages="
$pkgname-dev