summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e12030790ac..c73f15b3ab2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = click4ever
- pkgdesc = An auto clicker for Linux running X11. This program will generate potentially thousands of clicks per second at where your mouse cursor is.
+ 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.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/daniel-araujo/click4ever
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 51077f69fe85..d5b5e865fa62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Daniel Araujo <contact@daniel-araujo.pt>
pkgname='click4ever'
pkgver='1.0.2'
-pkgrel='2'
-pkgdesc='An auto clicker for Linux running X11. This program will generate potentially thousands of clicks per second at where your mouse cursor is.'
+pkgrel='3'
+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')