Date: Sunday, October 30, 2016 @ 15:44:16 Author: arodseth Revision: 194015
upgpkg: bspwm 0.9.2-1 Modified: bspwm/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-30 15:27:15 UTC (rev 194014) +++ PKGBUILD 2016-10-30 15:44:16 UTC (rev 194015) @@ -3,19 +3,19 @@ # Contributor: Bastien Dejean <[email protected]> pkgname=bspwm -pkgver=0.9.1 -pkgrel=2 +pkgver=0.9.2 +pkgrel=1 pkgdesc='Tiling window manager based on binary space partitioning' arch=('x86_64' 'i686') url='https://github.com/baskerville/bspwm' license=('custom:BSD') -depends=('libxcb' 'xcb-util' 'xcb-util-wm') +depends=('bash' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms') makedepends=('git') optdepends=('sxhkd: to define keyboard and pointer bindings' - 'terminus-font: for the example panel' 'bar-aint-recursive: for the example panel' 'xtitle: for the example panel' - 'sutils: for the example panel') + 'sutils: for the example panel' + 'xdo: for the example panel') source=("git://github.com/baskerville/$pkgname#tag=$pkgver") md5sums=('SKIP')
