aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pass/APKBUILD
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-06-15 18:28:22 +0300
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-18 06:35:04 +0000
commit51651cdce558b67da3c27b817aa026eb22acd2cf (patch)
tree4cda3bca116ef8ebfab7d1dfdab1f8edee317293 /testing/pass/APKBUILD
parent24bcbb763988f502216740f2c06d5f5180e6dc35 (diff)
testing/pass: use https for source and upstream
Clarify license
Diffstat (limited to 'testing/pass/APKBUILD')
-rw-r--r--testing/pass/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/pass/APKBUILD b/testing/pass/APKBUILD
index f29fe772884..f1ce907d5a3 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"