From 451b887f506132301b2dfceee2873dcbcd002eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Thu, 23 Apr 2020 14:39:54 +0200 Subject: [PATCH] main/libasr: change mdocml to mandoc in makedepends change because mdocml is renamed to mandoc --- main/libasr/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/libasr/APKBUILD b/main/libasr/APKBUILD index 2bcda5c8581..e3074649489 100644 --- a/main/libasr/APKBUILD +++ b/main/libasr/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="libasr is a free, simple and portable asynchronous resolver library" url="https://www.opensmtpd.org" arch="all" license="ISC" -makedepends="mdocml bison openssl-dev automake autoconf libtool libbsd-dev" +makedepends="mandoc bison openssl-dev automake autoconf libtool libbsd-dev" subpackages="$pkgname-dbg $pkgname-static $pkgname-dev" source="https://github.com/OpenSMTPD/libasr/archive/$pkgver/libasr-$pkgver.tar.gz 0002-Replace-missing-res_randomid-with-the-more-secure-ar.patch