summaryrefslogtreecommitdiff
path: root/community/aubio/PKGBUILD
blob: 7732c0d3c0bd287248375e953cb45ff763f7beaf (plain)
1
2
3
4
5
6
eval "$(
  declare -f prepare | \
    sed '
      /^{/ a find "${pkgbase}-${pkgver}/python/tests" -type f -exec sed -i "s/assert_equal/assert_almost_equal/" {} \;
    '
)"