summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3a8939db684..cd0f172d7bda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Daniel Araujo <contact@daniel-araujo.pt>
pkgname='click4ever'
-pkgver='1.2.0'
-pkgrel='2'
-pkgdesc='An auto clicker for Linux running X11. A program that generates a lot of mouse clicks per second at the current position of the mouse until you move it away.'
+pkgver='1.3.0'
+pkgrel='1'
+pkgdesc='An auto clicker for Linux running X11. Generates mouse clicks at a specified location. Can pause when moving away and resume when going back.'
url='https://github.com/daniel-araujo/click4ever'
arch=('x86_64')
license=('GPL3')
depends=('xdotool')
makedepends=('git' 'cmake' 'boost')
-source=("git+https://github.com/daniel-araujo/click4ever.git#tag=v1.2.0")
+source=("git+https://github.com/daniel-araujo/click4ever.git#tag=v1.3.0")
md5sums=('SKIP')
build() {