summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 950910bb6c95..4854fda3a610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = xautoclick
pkgdesc = Automates repetitive mouse clicking to reduce RSI.
pkgver = 0.34
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/qarkai/xautoclick
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
depends = gtk3
+ depends = libevdev
optdepends = qt5-base: (compile time) for qt5 based gui
optdepends = fltk: (compile time) for fltk based gui
source = https://github.com/qarkai/xautoclick/archive/v0.34.tar.gz
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')