aboutsummaryrefslogtreecommitdiffstats
path: root/community/makepasswd/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 16:32:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:41 +0000
commit351f43c4a813ee9de6566cea31b1898ff66bb539 (patch)
tree9b0568c92af8d3027442d797d9607b75dcc97dc3 /community/makepasswd/APKBUILD
parent8fa43032eca1e6231e7990698e76a1bb8b5cb75a (diff)
downloadaports-351f43c4a813ee9de6566cea31b1898ff66bb539.tar.bz2
aports-351f43c4a813ee9de6566cea31b1898ff66bb539.tar.xz
community/makepasswd: rebuild against libressl
Diffstat (limited to 'community/makepasswd/APKBUILD')
-rw-r--r--community/makepasswd/APKBUILD4
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"