Date: Wednesday, March 16, 2016 @ 10:23:18 Author: arodseth Revision: 166918
upgpkg: bspwm 0.9.1-1 Modified: bspwm/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-16 09:12:29 UTC (rev 166917) +++ PKGBUILD 2016-03-16 09:23:18 UTC (rev 166918) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Bastien Dejean <[email protected]> pkgname=bspwm -pkgver=0.9 -pkgrel=2 +pkgver=0.9.1 +pkgrel=1 pkgdesc='Tiling window manager based on binary space partitioning' arch=('x86_64' 'i686') url='https://github.com/baskerville/bspwm' @@ -12,10 +12,10 @@ depends=('libxcb' 'xcb-util' 'xcb-util-wm') makedepends=('gendesk' 'git') optdepends=('sxhkd: to define keyboard and pointer bindings' - 'xtitle-git: for the example panel' - 'sutils-git: for the example panel' - 'bar-aint-recursive: for the example panel' - 'terminus-font: for the example panel') + 'terminus-font: for the example panel' + 'bar-aint-recursive: for the example panel' + 'xtitle: for the example panel' + 'sutils: for the example panel') source=("git://github.com/baskerville/$pkgname#tag=$pkgver") md5sums=('SKIP')
