summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Araujo2020-10-22 13:27:44 +0100
committerDaniel Araujo2020-10-22 13:27:44 +0100
commit613d817f630cc7146ad001329d66979bd4148f02 (patch)
treeb3d31d679bd7a06a053cb5027968e781e27ef250
parent0a4a8483bb8d21be4e57c36076bfbc3b44eb5327 (diff)
downloadaur-613d817f630cc7146ad001329d66979bd4148f02.tar.gz
Add automake to makedepends
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd7a1b54e465..f3ecdce7a177 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Daniel Araujo <contact@daniel-araujo.pt>
pkgname='click4ever'
pkgver='1.0.2'
-pkgrel='1'
+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.'
url='https://github.com/daniel-araujo/click4ever'
arch=('x86_64')
license=('GPL3')
depends=('xdotool')
-makedepends=('git' 'autoconf')
+makedepends=('git' 'autoconf', 'automake')
source=("git+https://github.com/daniel-araujo/click4ever.git#tag=v1.0.2")
md5sums=('SKIP')
@@ -21,4 +21,4 @@ build() {
package() {
cd click4ever
make DESTDIR="$pkgdir/" install
-} \ No newline at end of file
+}