Date: Thursday, August 6, 2020 @ 09:37:07 Author: arodseth Revision: 670683
upgpkg: bspwm 0.9.10-1 Modified: bspwm/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-06 09:20:11 UTC (rev 670682) +++ PKGBUILD 2020-08-06 09:37:07 UTC (rev 670683) @@ -2,8 +2,8 @@ # Contributor: Bastien Dejean <[email protected]> pkgname=bspwm -pkgver=0.9.9 -pkgrel=2 +pkgver=0.9.10 +pkgrel=1 pkgdesc='Tiling window manager based on binary space partitioning' arch=(x86_64) url='https://github.com/baskerville/bspwm' @@ -12,7 +12,7 @@ depends=(xcb-util xcb-util-wm xcb-util-keysyms) optdepends=('sxhkd: to define keyboard and pointer bindings' 'xdo: for the example panel') -source=("git+$url#tag=$pkgver") +source=("git+$url#commit=2492695ad47c7ae8c630bdf22328334f57e41c1a") # tag: 0.9.10 md5sums=('SKIP') build() {
