~alpine/aports

testing/pass: fixed swapped subpackages for bash/zsh completion v1 PROPOSED

Johannes Matheis: 1
 testing/pass: fixed swapped subpackages for bash/zsh completion

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2779/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/pass: fixed swapped subpackages for bash/zsh completion Export this patch

---
 testing/pass/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/pass/APKBUILD b/testing/pass/APKBUILD
index 1e22cf9dc0..56f7dd26d7 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=2
pkgrel=3
pkgdesc="Stores, retrieves, generates, and synchronizes passwords securely"
url="http://zx2c4.com/projects/password-store/"
arch="noarch"
@@ -14,9 +14,9 @@ makedepends="$depends_dev"
install=""
subpackages="$pkgname-doc
	$pkgname-contrib
	$pkgname-zsh-completion:bashcomp
	$pkgname-bash-completion:bashcomp
	$pkgname-fish-completion:fishcomp
	$pkgname-bash-completion:zshcomp"
	$pkgname-zsh-completion:zshcomp"
source="http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz"

_builddir="$srcdir/password-store-$pkgver"
-- 
2.11.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---