aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBettehem2018-12-31 16:37:37 +0200
committerBettehem2018-12-31 16:37:37 +0200
commit2af413880ffe4061ac225b650ff9f3377cd2dd9b (patch)
tree4af35d086281110744d05082abfa24a3730e849f
parent1035b4e338ededffe17d98bc2cfff4c1b32138b1 (diff)
downloadaur-2af413880ffe4061ac225b650ff9f3377cd2dd9b.tar.gz
removed redundant gcc makedependency and added git
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29b24238bbda..64e6452f9ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A simple tool that uses xinput to enable Tap to click and natural scrol
arch=('x86_64')
license=('GPL3')
depends=('xorg-xinput')
-makedepends=('gcc')
+makedepends=('git')
provides=('touchpad_config')
url="https://gitlab.com/Bettehem/touchpad_config"
source=("touchpad_config::git+https://gitlab.com/Bettehem/touchpad_config.git")