aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/makepasswd/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/makepasswd/APKBUILD b/community/makepasswd/APKBUILD
index d9e0bef8fd..219d031686 100644
--- a/community/makepasswd/APKBUILD
+++ b/community/makepasswd/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=makepasswd
pkgver=0.5.3
-pkgrel=4
+pkgrel=5
pkgdesc="Generates (pseudo-)random passwords of a desired length"
url="http://people.defora.org/~khorben/projects/makepasswd/"
arch="all"
license="GPL-3.0"
depends=""
-makedepends="libxslt docbook-xsl libressl-dev"
+makedepends="libxslt docbook-xsl openssl-dev"
install=""
subpackages="$pkgname-doc"
source="http://ftp.defora.org/pub/projects/makepasswd/$pkgname-$pkgver.tar.gz"