From 9baf3cdabb2d938c7806383310c6ffb5fcaaa6e8 Mon Sep 17 00:00:00 2001 From: hgdagon Date: Mon, 14 Mar 2022 22:16:19 -0700 Subject: [PATCH] Added missing build dependency --- mingw-w64-libxmp/PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-libxmp/PKGBUILD b/mingw-w64-libxmp/PKGBUILD index ab3fb1bf54..1b29af6e6b 100644 --- a/mingw-w64-libxmp/PKGBUILD +++ b/mingw-w64-libxmp/PKGBUILD @@ -8,6 +8,7 @@ arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') license=('LGPL') makedepends=("${MINGW_PACKAGE_PREFIX}-cc" + "${MINGW_PACKAGE_PREFIX}-python-docutils" "${MINGW_PACKAGE_PREFIX}-autotools") optdepends=("${MINGW_PACKAGE_PREFIX}-unrar") options=('staticlibs' 'strip')