aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pass
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2015-09-29 10:20:28 +0000
committerEivind Uggedal <eivind@uggedal.com>2015-09-29 10:20:28 +0000
commit6b89363a56255834b0411349c425ce1e61d9f044 (patch)
tree02a37296cb6a190a2a9f2942edcab17237a40770 /testing/pass
parent491d4ee39a317236395a6dd9f042ba4271ac7705 (diff)
testing/pass: bash-completion install_if fix
Diffstat (limited to 'testing/pass')
-rw-r--r--testing/pass/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pass/APKBUILD b/testing/pass/APKBUILD
index 9db8b38ec2b..1e22cf9dc00 100644
--- a/testing/pass/APKBUILD
+++ b/testing/pass/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=pass
pkgver=1.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="Stores, retrieves, generates, and synchronizes passwords securely"
url="http://zx2c4.com/projects/password-store/"
arch="noarch"
@@ -37,7 +37,7 @@ contrib() {
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