diff --git a/srcpkgs/bspwm-git/template b/srcpkgs/bspwm-git/template index 2435402296f..bd036cb30ad 100644 --- a/srcpkgs/bspwm-git/template +++ b/srcpkgs/bspwm-git/template @@ -1,7 +1,7 @@ # Template file for 'bspwm-git' pkgname=bspwm-git -version=20140531 -revision=2 +version=20140705 +revision=1 build_style=gnu-makefile makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel" short_desc="A tiling window manager based on binary space partitioning" @@ -18,5 +18,5 @@ do_fetch() { } post_install() { - vinstall LICENSE 644 usr/share/licenses/$pkgname + vlicense LICENSE }