diff options
Diffstat (limited to 'community/aubio')
-rw-r--r-- | community/aubio/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/aubio/PKGBUILD b/community/aubio/PKGBUILD new file mode 100644 index 00000000..7732c0d3 --- /dev/null +++ b/community/aubio/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f prepare | \ + sed ' + /^{/ a find "${pkgbase}-${pkgver}/python/tests" -type f -exec sed -i "s/assert_equal/assert_almost_equal/" {} \; + ' +)" |