summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2016-06-07 14:45:50 -0600
committerBrian Bidulock2016-06-07 14:45:50 -0600
commitbc6ee225275adb96e05debcca209f3f241afe943 (patch)
tree8b139bbc2a1add278efac21f85ecaa82db4fb365 /PKGBUILD
parent378f0f8b5c5e2c63a022d41de4d31815caba24f5 (diff)
downloadaur-bc6ee225275adb96e05debcca209f3f241afe943.tar.gz
version 1212-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce6c5b5849a4..c6e57bad6590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Bastien Dejean <nihilhill@gmail.com>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: Bastien Dejean <nihilhill@gmail.com>
_pkgname=bspwm
pkgname=${_pkgname}-git
-pkgver=1208
+pkgver=1212
pkgrel=1
pkgdesc='A tiling window manager based on binary space partitioning'
arch=('i686' 'x86_64')
url="https://github.com/baskerville/${_pkgname}"
license=('custom:BSD')
-depends=('libxcb' 'xcb-util' 'xcb-util-wm')
+depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms')
makedepends=('git')
optdepends=('sxhkd-git: to define keyboard and pointer bindings' 'bar-aint-recursive: for the example panel' 'xtitle-git: for the example panel' 'sutils-git: for the example panel' 'terminus-font: for the example panel')
provides=("${_pkgname}")