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 b977c8fe8c49..faeaa95665c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=xautoclick
pkgver=0.34
-pkgrel=1
+pkgrel=2
pkgdesc="Automates repetitive mouse clicking to reduce RSI."
arch=('i686' 'x86_64')
url="https://github.com/qarkai/xautoclick"
license=('GPL2')
-depends=('gtk3')
+depends=('gtk3' 'libevdev')
makedepends=('cmake')
optdepends=('qt5-base: (compile time) for qt5 based gui'
'fltk: (compile time) for fltk based gui')