mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/pass: use https for source and upstream
Clarify license
This commit is contained in:
parent
24bcbb7639
commit
51651cdce5
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user