diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 08:55:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:53 +0000 |
commit | 296ee72c606d57237f07799f30697dd03cd804b3 (patch) | |
tree | eaa9fc9c509bd3b37fcef7efc61cf8a4ef3f57a2 /testing/pwsafe | |
parent | 28092ee650cf182b3b90eab0fd9c6d41d1d6f7c2 (diff) | |
download | aports-296ee72c606d57237f07799f30697dd03cd804b3.tar.bz2 aports-296ee72c606d57237f07799f30697dd03cd804b3.tar.xz |
testing/pwsafe: rebuild against libressl
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" |