diff options
-rw-r--r-- | community/makepasswd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/makepasswd/APKBUILD b/community/makepasswd/APKBUILD index 034a25d2a3..41d554a025 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=0 +pkgrel=1 pkgdesc="Generates (pseudo-)random passwords of a desired length" url="http://people.defora.org/~khorben/projects/makepasswd/" arch="all" license="GPL3" depends="" -makedepends="libxslt docbook-xsl openssl-dev" +makedepends="libxslt docbook-xsl libressl-dev" install="" subpackages="$pkgname-doc" source="http://ftp.defora.org/pub/projects/makepasswd/$pkgname-$pkgver.tar.gz" |