From 16f2d2b8ecec9f65e57f2b23b4d0e25ffcbeeb86 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Tue, 29 Sep 2015 10:25:37 +0000 Subject: testing/tpm: bash-completion install_if fix --- testing/tpm/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/tpm/APKBUILD b/testing/tpm/APKBUILD index e2fb63ffee..06665e5b06 100644 --- a/testing/tpm/APKBUILD +++ b/testing/tpm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sören Tempel pkgname=tpm pkgver=1.3 -pkgrel=0 +pkgrel=1 pkgdesc="A tiny password manager" url="http://github.com/nmeum/$pkgname" arch="noarch" @@ -29,7 +29,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"/contrib/bash_completion \ -- cgit v1.2.3