summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2019-02-12 20:28:28 -0300
committerHugo Osvaldo Barrera2019-02-12 20:28:28 -0300
commit4c6057c9897f651db827c7c6e0fd036f7f768c7a (patch)
treec1d3979bdbcb519c2fffdbe0713effad2e5eb466 /PKGBUILD
parentd5e7c1c991f82aaca2967ddf080f152cfbe08549 (diff)
downloadaur-4c6057c9897f651db827c7c6e0fd036f7f768c7a.tar.gz
Add a missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5050cef4e563..7d459a6900a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="Turn your mobile phone or tablet into a set of wireless mouse and keybo
arch=("any")
url="https://remotemouse.net/"
license=('Unknown')
-depends=("libappindicator-sharp")
+depends=("libappindicator-sharp"
+ "xdotool")
source=("http://www.remotemouse.net/downloads/RemoteMouse.tar.gz"
"remotemouse.sh"
"remotemouse.service")