summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoras3ii2020-06-27 22:31:19 +0200
committeras3ii2020-06-27 22:31:19 +0200
commit8cd650919d5e90ef28f46f8b59026d0915a4f2e8 (patch)
treed1e90e4503126357aceb069d02fa83eaf645dc15
parent2a0693f6ecf1d3d7a5a277cec011e246fb208571 (diff)
downloadaur-8cd650919d5e90ef28f46f8b59026d0915a4f2e8.tar.gz
fixed missing dependency required when using xorg-server
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eff94377ad7c..eba4a33ed4f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,9 @@ pkgbase = emptty-git
makedepends = pam
depends = pam
optdepends = xorg-server
- optdepends = xorg-xauth: required if using xorgserver
- optdepends = wayland: alternative to xorg
+ optdepends = xorg-xauth: required if using xorg-server
+ optdepends = util-linux: (mcookie) required if using xorg-server
+ optdepends = wayland: alternative to xorg-server
provides = emptty
backup = etc/emptty/conf
source = git+https://github.com/tvrzna/emptty.git
diff --git a/PKGBUILD b/PKGBUILD
index d456f78e537a..47a69a2f229b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ depends=(pam)
makedepends=(git go make pam)
optdepends=('xorg-server'
'xorg-xauth: required if using xorg-server'
+ 'util-linux: (mcookie) required if using xorg-server'
'wayland: alternative to xorg-server')
provides=("emptty")
backup=('etc/emptty/conf')