summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Perry2019-09-06 23:04:28 +0100
committerRhys Perry2019-09-06 23:04:28 +0100
commitd35ea6d4b3239df36f9a5cb2ca22c6269a946ed1 (patch)
tree101656c3dcea5440dec92b004bd46b819009a157
parent6ea44612480beaa5b56083d41488b8efaa798082 (diff)
downloadaur-d35ea6d4b3239df36f9a5cb2ca22c6269a946ed1.tar.gz
Added missing make dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 711fc2f294f8..24ef74f9dc4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=i3-gaps-rounded-git
pkgver=4.16.1.r184.g00181678
-pkgrel=1
+pkgrel=2
pkgdesc='A fork of i3wm tiling window manager with more features, including gaps and rounded corners'
arch=('i686' 'x86_64')
url='https://github.com/resloved/i3'
@@ -13,7 +13,7 @@ conflicts=('i3-wm' 'i3bar' 'i3bar-git' 'i3-git' 'i3-gaps-git' 'i3-gaps')
depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
'startup-notification' 'pango' 'perl' 'xcb-util-cursor' 'xcb-util-xrm'
'libxkbcommon-x11')
-makedepends=('git' 'asciidoc' 'docbook-xsl' 'xmlto' 'perl' 'pkgconfig')
+makedepends=('automake' 'git' 'asciidoc' 'docbook-xsl' 'xmlto' 'perl' 'pkgconfig')
optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
'dmenu: As menu.'
'i3lock: For locking your screen.'