From 511ee3b06d55f3a31730546ec92ffe95ece2f727 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 7 Mar 2019 13:48:39 +0100 Subject: community/aubio: fix typo --- community/aubio/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/aubio/PKGBUILD b/community/aubio/PKGBUILD index 7732c0d3..708718d5 100644 --- a/community/aubio/PKGBUILD +++ b/community/aubio/PKGBUILD @@ -1,6 +1,6 @@ eval "$( declare -f prepare | \ sed ' - /^{/ a find "${pkgbase}-${pkgver}/python/tests" -type f -exec sed -i "s/assert_equal/assert_almost_equal/" {} \; + /^{/ a find "${pkgbase}-${pkgver}/python/tests" -type f -exec sed -i "s/assert_equal/assert_almost_equal/" {} \\; ' )" -- cgit v1.2.3