summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f17f049eaf18..a26321f53ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgrel=1
pkgdesc='Synthesize desktop input for X11 and Wayland'
arch=('i686' 'x86_64')
url='https://gitlab.freedesktop.org/xrdesktop/libinputsynth'
-depends=('glib2')
+depends=('glib2' 'xdotool')
provides=("$_realname="$pkgver)
conflicts=("$_realname")
-makedepends=('meson' 'git' 'xdotool')
+makedepends=('meson' 'git')
license=('MIT')
options=('debug' '!strip')