# 486-specific if [ "${CARCH}" = "i486" ]; then # archive link is wrong source[0]="https://github.com/libuv/libuv/archive/v$pkgver.tar.gz" # no python sphinx makedepends=(${makedepends[@]//python-sphinx/}) eval "$( declare -f build | \ sed ' /make man/d ' declare -f package | \ sed ' /install.*libuv/d ' )" fi