diff options
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" |