blob: f1880e74286b00ba5543b5036614282d926d61bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# i486-specific
if [ "${CARCH}" = "i486" ]; then
md5sums[1]='71cb8b43efaa6af0d6cd98576ca2f932'
sha256sums[1]='ff81c9d48be20765145cb04953c54c5b9059bd193e3d82cec870d3391e6e6dd1'
# disable sphinx for now, needs too many packages
makedepends=(${makedepends[@]//python-sphinx/})
makedepends=(${makedepends[@]//python2-sphinx/})
unset check
fi
|