diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-01 10:54:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:13 +0000 |
commit | 6b6c3f7f758af9c5a040b9dc58edc348c0c4f9b0 (patch) | |
tree | 6c6f6bee10a71fd651321e969901e20566f6a7da /community/makepasswd/APKBUILD | |
parent | a9fc8b53f8441b7f6b2c67affd35bfff5c560844 (diff) | |
download | aports-6b6c3f7f758af9c5a040b9dc58edc348c0c4f9b0.tar.bz2 aports-6b6c3f7f758af9c5a040b9dc58edc348c0c4f9b0.tar.xz |
community/makepasswd: rebuild against openssl 1.1
Diffstat (limited to 'community/makepasswd/APKBUILD')
-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 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" |