diff options
author | Alan Diwix <alandiwix@yandex.ru> | 2021-10-04 16:15:00 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-10-04 18:48:05 +0000 |
commit | ea0957bb76974f9b74c9bab1caf97aa7d97b4d7c (patch) | |
tree | 5eb456b337433b4bc82eeb1161752107c81a3fa5 | |
parent | 2523245a747ea8923de1fbad1558decb3510bef2 (diff) | |
download | aports-ea0957bb76974f9b74c9bab1caf97aa7d97b4d7c.tar.gz aports-ea0957bb76974f9b74c9bab1caf97aa7d97b4d7c.tar.bz2 aports-ea0957bb76974f9b74c9bab1caf97aa7d97b4d7c.tar.xz |
testing/pash: replace gnupg dependency with gpg-agent
-rw-r--r-- | testing/pash/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pash/APKBUILD b/testing/pash/APKBUILD index 6a059ad3a0..befca41249 100644 --- a/testing/pash/APKBUILD +++ b/testing/pash/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Alan Diwix <alandiwix@gmail.com> pkgname=pash pkgver=2.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="simple password manager" url="https://github.com/dylanaraps/pash" arch="noarch" license="MIT" -depends="gnupg" +depends="gpg-agent" options="!check" # no testsuite source="$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pash/archive/refs/tags/$pkgver.tar.gz" |