From ac495e376ac2ece00a381c2f4d7b50eed731381e Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Tue, 29 Sep 2015 10:29:05 +0000 Subject: testing/bspwm: bash-completion install_if fix --- testing/bspwm/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/bspwm/APKBUILD') diff --git a/testing/bspwm/APKBUILD b/testing/bspwm/APKBUILD index ab6de4abc09..986161160e3 100644 --- a/testing/bspwm/APKBUILD +++ b/testing/bspwm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel pkgname=bspwm pkgver=0.9 -pkgrel=0 +pkgrel=1 pkgdesc="Tiling window manager based on binary space partitioning" url="https://github.com/baskerville/bspwm" arch="all" @@ -42,7 +42,7 @@ zshcomp() { bashcomp() { depends="" pkgdesc="Bash completions for $pkgname" - install_if="$pkgname=$pkgver-r$pkgrel bash" + install_if="$pkgname=$pkgver-r$pkgrel bash-completion" arch="noarch" mkdir -p "$subpkgdir"/usr/share/bash-completion/completions/ -- cgit v1.2.3