aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pwsafe
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-07 07:49:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:16 +0000
commit88940861d7becf340ff176132af1d5bf00b5c123 (patch)
treed4b0804a6ab2ea216b125894a156d76fbfc63e1b /testing/pwsafe
parent68c0384bd43f75054dce3346c9756e96252a5998 (diff)
downloadaports-88940861d7becf340ff176132af1d5bf00b5c123.tar.bz2
aports-88940861d7becf340ff176132af1d5bf00b5c123.tar.xz
testing/pwsafe: rebuild against openssl 1.1
Diffstat (limited to 'testing/pwsafe')
-rw-r--r--testing/pwsafe/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pwsafe/APKBUILD b/testing/pwsafe/APKBUILD
index 2a8140828b..c627a43840 100644
--- a/testing/pwsafe/APKBUILD
+++ b/testing/pwsafe/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer:
pkgname=pwsafe
pkgver=0.2.0
-pkgrel=8
+pkgrel=9
pkgdesc="Password database"
url="http://nsd.dyndns.org/pwsafe/"
arch="all !aarch64"
license="GPL-2.0"
-makedepends="ncurses-dev libressl-dev libxmu-dev readline-dev"
+makedepends="ncurses-dev openssl-dev libxmu-dev readline-dev"
subpackages="$pkgname-doc"
source="http://nsd.dyndns.org/pwsafe/releases/pwsafe-$pkgver.tar.gz"
options="suid"