summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Araujo2020-10-22 13:33:16 +0100
committerDaniel Araujo2020-10-22 13:33:16 +0100
commitb6d55a5d15df7e70d9dc67c76506e1e26d037128 (patch)
treea78ab01a79c54a01a64ab9a2479c2b3363b09664
parent613d817f630cc7146ad001329d66979bd4148f02 (diff)
downloadaur-b6d55a5d15df7e70d9dc67c76506e1e26d037128.tar.gz
Remove comma from makedepends list
Silly me. Commas don't belong there.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3ecdce7a177..51077f69fe85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url='https://github.com/daniel-araujo/click4ever'
arch=('x86_64')
license=('GPL3')
depends=('xdotool')
-makedepends=('git' 'autoconf', 'automake')
+makedepends=('git' 'autoconf' 'automake')
source=("git+https://github.com/daniel-araujo/click4ever.git#tag=v1.0.2")
md5sums=('SKIP')