summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c3e6afdd65e..9ae91ec3588f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Daniel Araujo <contact@daniel-araujo.pt>
pkgname='click4ever'
-pkgver='1.1.0'
+pkgver='1.2.0'
pkgrel='1'
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.'
url='https://github.com/daniel-araujo/click4ever'
arch=('x86_64')
license=('GPL3')
depends=('xdotool')
-makedepends=('git' 'cmake')
-source=("git+https://github.com/daniel-araujo/click4ever.git#tag=v1.1.0")
+makedepends=('git' 'cmake' 'boost')
+source=("git+https://github.com/daniel-araujo/click4ever.git#tag=v1.2.0")
md5sums=('SKIP')
build() {