summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8be474fb7acf..87604d5ecb52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = libinputsynth-git
license = MIT
makedepends = meson
makedepends = git
- makedepends = xdotool
depends = glib2
+ depends = xdotool
provides = libinputsynth=0.15.0.62.6ddcfd2
conflicts = libinputsynth
options = debug
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')