From adbc73d2c5ccda59148fb5badebf0f4ec1bbc464 Mon Sep 17 00:00:00 2001 From: Jeremy Drake Date: Tue, 4 May 2021 10:22:36 -0700 Subject: [PATCH] pybind11: makedepends on python-sphinxcontrib-moderncmakedomain --- mingw-w64-pybind11/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw-w64-pybind11/PKGBUILD b/mingw-w64-pybind11/PKGBUILD index 7420322db2..35b8cc49a2 100644 --- a/mingw-w64-pybind11/PKGBUILD +++ b/mingw-w64-pybind11/PKGBUILD @@ -4,7 +4,7 @@ _realname=pybind11 pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=2.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight header-only library that exposes C++ types in Python and vice versa (mingw-w64)" url='https://pybind11.readthedocs.org/' license=('BSD') @@ -20,6 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-sphinx" "${MINGW_PACKAGE_PREFIX}-python-sphinx_rtd_theme" + "${MINGW_PACKAGE_PREFIX}-python-sphinxcontrib-moderncmakedomain" "${MINGW_PACKAGE_PREFIX}-python-sphinxcontrib-svg2pdfconverter" "${MINGW_PACKAGE_PREFIX}-python-pytest") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")