diff options
Diffstat (limited to 'testing/pwsafe')
-rw-r--r-- | testing/pwsafe/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pwsafe/APKBUILD b/testing/pwsafe/APKBUILD index c4a7353b6e..379fbc7853 100644 --- a/testing/pwsafe/APKBUILD +++ b/testing/pwsafe/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: pkgname=pwsafe pkgver=0.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Password database" url="http://nsd.dyndns.org/pwsafe/" arch="all !aarch64" license="GPL2" -makedepends="ncurses-dev openssl-dev readline-dev" +makedepends="ncurses-dev libressl-dev readline-dev" subpackages="$pkgname-doc" source="http://nsd.dyndns.org/pwsafe/releases/pwsafe-$pkgver.tar.gz" |