summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVladimir Panteleev2024-01-26 12:14:41 +0000
committerVladimir Panteleev2024-01-26 12:14:41 +0000
commit654732abede325ff16cd982a4b916e9b0a826c5d (patch)
treea170e126a368fe666666a0cf7490f092ed4120d1 /PKGBUILD
parent90b3c3074e21699fe0738cbd061255ef39c59917 (diff)
downloadaur-654732abede325ff16cd982a4b916e9b0a826c5d.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46a01f41d5a7..baed7d88ad7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An input event remapping daemon for Linux"
arch=('i686' 'x86_64')
url="http://users.softlab.ntua.gr/~thkala/projects/evmapd/evmapd.html"
license=('GPL')
-makedepends=()
+makedepends=('git')
depends=('libcfg+' 'glibc')
source=("git+https://github.com/thkala/evmapd")
md5sums=('SKIP')