From be323e7d0a0fe3ae56ebf673683c53eda6fc27eb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 27 Jan 2021 17:43:58 +0100 Subject: community/python-commonmark: apply to all architectures not just i486 for an any package --- community/python-commonmark/PKGBUILD | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'community') diff --git a/community/python-commonmark/PKGBUILD b/community/python-commonmark/PKGBUILD index d56ea7ed..4b1bd8ce 100644 --- a/community/python-commonmark/PKGBUILD +++ b/community/python-commonmark/PKGBUILD @@ -1,15 +1,13 @@ # cycle breaking for python-sphinx -if [ "${CARCH}" == 'i486' ]; then - eval "$( - declare -f build | \ - sed ' - /make.*docs.*/d - ' - declare -f package | \ - sed ' - /install.*docs.*/d - ' - )" - makedepends=(${makedepends[@]//python-sphinx/}) - makedepends=(${makedepends[@]//python-sphinx_rtd_theme/}) -fi +eval "$( + declare -f build | \ + sed ' + /make.*docs.*/d + ' + declare -f package | \ + sed ' + /install.*docs.*/d + ' +)" +makedepends=(${makedepends[@]//python-sphinx/}) +makedepends=(${makedepends[@]//python-sphinx_rtd_theme/}) -- cgit v1.2.3