summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2019-07-31 02:18:45 +0200
committerChristoph Haag2019-07-31 02:18:45 +0200
commit854089d3228dab2a181c3f20a52dabec974a16c9 (patch)
tree87e61562360f94bcfea857dea3fb8a9a35151409
parent82647caa579110c935e817edb779bd5412429636 (diff)
downloadaur-854089d3228dab2a181c3f20a52dabec974a16c9.tar.gz
fix makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3cdc6855793..37ec9a123b69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue Jul 30 15:37:13 UTC 2019
pkgbase = libinputsynth-git
pkgdesc = Synthesize desktop input for X11 and Wayland
pkgver = 0.12.1.52.98af062
@@ -8,6 +6,9 @@ pkgbase = libinputsynth-git
arch = i686
arch = x86_64
license = MIT
+ makedepends = meson
+ makedepends = git
+ makedepends = xdotool
depends = glib2
provides = libinputsynth=0.12.1.52.98af062
conflicts = libinputsynth
diff --git a/PKGBUILD b/PKGBUILD
index d8ea0f31fc92..8b8e9a5bb56a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://gitlab.freedesktop.org/xrdesktop/libinputsynth'
depends=('glib2')
provides=("$_realname="$pkgver)
conflicts=("$_realname")
-makedepend=('meson' 'git')
+makedepends=('meson' 'git' 'xdotool')
license=('MIT')
options=('debug' '!strip')