Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/aubio/PKGBUILD
blob: 708718d55dab299cdaea9f758c753d6cc49ef0ed (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/" {} \\;
    '
)"