X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx0.jmt.gr (mx0.jmt.gr [81.7.7.41]) by lists.alpinelinux.org (Postfix) with ESMTP id C9A465C413C for ; Thu, 5 Jan 2017 18:59:34 +0000 (GMT) Received: from localhost.localdomain (unknown [IPv6:2a02:1b8:9:a551:2f6:e48d:b30c:252a]) by mx0.jmt.gr (Postfix) with ESMTPSA id 03E208D42B; Thu, 5 Jan 2017 18:59:31 +0000 (GMT) From: Johannes Matheis To: alpine-aports@lists.alpinelinux.org Cc: Johannes Matheis Subject: [alpine-aports] [PATCH] testing/pass: fixed swapped subpackages for bash/zsh completion Date: Thu, 5 Jan 2017 18:59:27 +0000 Message-Id: <20170105185927.26283-1-jomat+alpinebuild@jmt.gr> X-Mailer: git-send-email 2.11.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- 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 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 ---