diff options
author | prspkt <prspkt@protonmail.com> | 2018-06-15 18:28:22 +0300 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-18 06:35:04 +0000 |
commit | 51651cdce558b67da3c27b817aa026eb22acd2cf (patch) | |
tree | 4cda3bca116ef8ebfab7d1dfdab1f8edee317293 /testing/pass | |
parent | 24bcbb763988f502216740f2c06d5f5180e6dc35 (diff) | |
download | aports-51651cdce558b67da3c27b817aa026eb22acd2cf.tar.bz2 aports-51651cdce558b67da3c27b817aa026eb22acd2cf.tar.xz |
testing/pass: use https for source and upstream
Clarify license
Diffstat (limited to 'testing/pass')
-rw-r--r-- | testing/pass/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/pass/APKBUILD b/testing/pass/APKBUILD index f29fe77288..f1ce907d5a 100644 --- a/testing/pass/APKBUILD +++ b/testing/pass/APKBUILD @@ -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" |