summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimo2016-07-19 07:36:41 +0200
committerTimo2016-07-19 07:36:41 +0200
commitd78dbc38ef278424740c94920481442c10f3f5a2 (patch)
treeb142e65165568ba2ea0ff622c04cfe17d80bd104 /PKGBUILD
parent9931094cdfb2701fbfe20f46b51e6639f464845b (diff)
downloadaur-d78dbc38ef278424740c94920481442c10f3f5a2.tar.gz
Add xcb-util-wm as makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afee4e526827..6b0107d4c377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/baskerville/${pkgname}"
license=('custom:Unlicense')
depends=('libxcb' 'xcb-util-wm')
+makedepends=('xcb-util-wm')
provides=("${pkgname}")
conflicts=("${pkgname}" "${pkgname}-git")
source=("https://www.github.com/baskerville/${pkgname}/archive/${pkgver}.tar.gz")