bspwm-git: update to 20140920 and install bash and zsh bspc completion
This commit is contained in:
parent
bf475e8d57
commit
1e9a4de7a7
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue