bspwm-git: update to 20140920 and install bash and zsh bspc completion

This commit is contained in:
Eivind Uggedal 2014-09-19 22:50:47 +00:00
parent bf475e8d57
commit 1e9a4de7a7
1 changed files with 3 additions and 1 deletions

View File

@ -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
}