testing/pass: use https for source and upstream

Clarify license
This commit is contained in:
prspkt 2018-06-15 18:28:22 +03:00 committed by Roberto Oliveira
parent 24bcbb7639
commit 51651cdce5

View File

@ -5,9 +5,9 @@ pkgname=pass
pkgver=1.7.1
pkgrel=1
pkgdesc="Stores, retrieves, generates, and synchronizes passwords securely"
url="http://zx2c4.com/projects/password-store/"
url="https://www.passwordstore.org"
arch="noarch"
license="GPL-2.0"
license="GPL-2.0-or-later"
depends="bash tree"
depends_dev=""
makedepends="$depends_dev"
@ -17,7 +17,7 @@ subpackages="$pkgname-doc
$pkgname-bash-completion:bashcomp
$pkgname-fish-completion:fishcomp
$pkgname-zsh-completion:zshcomp"
source="http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz
source="https://git.zx2c4.com/password-store/snapshot/password-store-$pkgver.tar.xz
README.alpine
"
builddir="$srcdir/password-store-$pkgver"