From 1e9a4de7a7ee44864cac1d82d2b3b61b8f23519d Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Fri, 19 Sep 2014 22:50:47 +0000 Subject: [PATCH] bspwm-git: update to 20140920 and install bash and zsh bspc completion --- srcpkgs/bspwm-git/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }