# hotfix for changed git repo (already fixed upstream in staging) source[0]="git+https://codeberg.org/soundtouch/soundtouch.git#tag=${_tag}" if [ "$CARCH" = 'i486' -o "$CARCH" = 'i686' ]; then eval "$( declare -f prepare | \ sed ' s|./configure|./configure --disable-x86-optimizations|g ' )" fi