aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tpm
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2015-09-29 10:25:37 +0000
committerEivind Uggedal <eivind@uggedal.com>2015-09-29 10:25:37 +0000
commit16f2d2b8ecec9f65e57f2b23b4d0e25ffcbeeb86 (patch)
tree031e29a28d254f08a0c726b8cdbd4ccbb90111f7 /testing/tpm
parentb27d9ab0be2a6292973452634e36698b1d746410 (diff)
downloadaports-16f2d2b8ecec9f65e57f2b23b4d0e25ffcbeeb86.tar.bz2
aports-16f2d2b8ecec9f65e57f2b23b4d0e25ffcbeeb86.tar.xz
testing/tpm: bash-completion install_if fix
Diffstat (limited to 'testing/tpm')
-rw-r--r--testing/tpm/APKBUILD4
1 files changed, 2 insertions, 2 deletions
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 <soeren+alpine@soeren-tempel.net>
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 \