summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Bürk2020-11-15 23:02:28 +0100
committerIngo Bürk2020-11-15 23:02:28 +0100
commit53c83f23384cada7f663f83f4f4f9d4ea063b103 (patch)
tree6d5c6be6b6c95ab055e2101d7d9277d7785f70c4
parent031e50fa733b13f9c59b20d52f4dc7844979f131 (diff)
downloadaur-53c83f23384cada7f663f83f4f4f9d4ea063b103.tar.gz
added git back
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62cb3464c194..f6c0f3a9e1ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = i3-git
groups = i3
groups = i3-vcs
license = BSD
+ makedepends = git
makedepends = bison
makedepends = flex
makedepends = asciidoc
diff --git a/PKGBUILD b/PKGBUILD
index 3a5d701a8873..c9f94fa5489a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ groups=('i3' 'i3-vcs')
depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
'startup-notification' 'pango' 'perl' 'xcb-util-cursor' 'xcb-util-xrm'
'libxkbcommon-x11')
-makedepends=('bison' 'flex' 'asciidoc' 'xmlto' 'meson')
+makedepends=('git' 'bison' 'flex' 'asciidoc' 'xmlto' 'meson')
optdepends=('i3lock: For locking your screen.'
'i3status: To display system information with a bar.')
options=('docs')