summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Araujo2023-03-26 10:25:23 +0100
committerDaniel Araujo2023-03-26 10:25:23 +0100
commitd40df729c0d724214ab105ed81348593f3e39ae9 (patch)
treea7d9efcd4dc7ff24f5387bf7f8bbcced827430bb
parent742f8d80ca9f919286dec81664e8f761c7ab83bb (diff)
downloadaur-d40df729c0d724214ab105ed81348593f3e39ae9.tar.gz
Version 1.3.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01e7918b01cf..e6254008eaa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.2.0
- pkgrel = 2
+ 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.
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/daniel-araujo/click4ever
arch = x86_64
license = GPL3
@@ -9,8 +9,7 @@ pkgbase = click4ever
makedepends = cmake
makedepends = boost
depends = xdotool
- 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
pkgname = click4ever
-
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() {