diff options
Diffstat (limited to 'main/hub/APKBUILD')
-rw-r--r-- | main/hub/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/hub/APKBUILD b/main/hub/APKBUILD index 2e9e1a1bb6c..5e73409f445 100644 --- a/main/hub/APKBUILD +++ b/main/hub/APKBUILD @@ -3,7 +3,7 @@ # Maintainer pkgname=hub pkgver=2.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Extends git with extra features for GitHub" url="http://hub.github.com/" arch="all" @@ -35,7 +35,7 @@ package() { bashcomp() { depends="" pkgdesc="Bash completions for $pkgname" - install_if="$pkgname=$pkgver-r$pkgrel bash" + install_if="$pkgname=$pkgver-r$pkgrel bash-completion" arch="noarch" install -Dm644 "$_builddir"/etc/hub.bash_completion.sh \ |