diff --git a/srcpkgs/bspwm-git/template b/srcpkgs/bspwm-git/template index 5da4cc146bc..d702c4e2735 100644 --- a/srcpkgs/bspwm-git/template +++ b/srcpkgs/bspwm-git/template @@ -1,6 +1,6 @@ # Template file for 'bspwm-git' pkgname=bspwm-git -version=20140919 +version=20140920 revision=1 build_style=gnu-makefile hostmakedepends="git" @@ -20,4 +20,6 @@ do_fetch() { post_install() { vlicense LICENSE + vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc + vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc }