summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Araujo2020-10-27 21:24:20 +0000
committerDaniel Araujo2020-10-27 21:24:20 +0000
commit09155b3555519cc7af708ce45cd96add19276ce6 (patch)
treea10cbcc6966dc83cdafd06e174a6eac56413793a
parentb5ab1cf03b47cf29a300620d2580522c3ca6e0f6 (diff)
downloadaur-09155b3555519cc7af708ce45cd96add19276ce6.tar.gz
Version 1.2.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac1a0b0bc7f8..d59278e29e42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = click4ever
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.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/daniel-araujo/click4ever
arch = x86_64
license = GPL3
makedepends = git
makedepends = cmake
+ makedepends = boost
depends = xdotool
- source = git+https://github.com/daniel-araujo/click4ever.git#tag=v1.1.0
+ source = git+https://github.com/daniel-araujo/click4ever.git#tag=v1.2.0
md5sums = SKIP
pkgname = click4ever
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() {