summaryrefslogtreecommitdiff
path: root/community/aubio/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-07 15:27:45 +0100
committerErich Eckner <git@eckner.net>2019-03-07 15:27:45 +0100
commitcc97ad1cad0c0a929379bcb30d2848e783ae2fa0 (patch)
tree5ad31dabb18db852537aa43ff8541a7faa10a411 /community/aubio/PKGBUILD
parent511ee3b06d55f3a31730546ec92ffe95ece2f727 (diff)
downloadpackages-cc97ad1cad0c0a929379bcb30d2848e783ae2fa0.tar.xz
community/aubio: make _real_ fix (tested at least once ...)
Diffstat (limited to 'community/aubio/PKGBUILD')
-rw-r--r--community/aubio/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/aubio/PKGBUILD b/community/aubio/PKGBUILD
index 708718d5..b96e10aa 100644
--- a/community/aubio/PKGBUILD
+++ b/community/aubio/PKGBUILD
@@ -1,6 +1,8 @@
eval "$(
declare -f prepare | \
sed '
- /^{/ a find "${pkgbase}-${pkgver}/python/tests" -type f -exec sed -i "s/assert_equal/assert_almost_equal/" {} \\;
+ /^{/ a patch -d "${pkgbase}-${pkgver}" -p1 -i "${srcdir}/assert-almost.patch"
'
)"
+source+=(assert-almost.patch)
+sha512sums+=('3a946aaf305ee93ad70ca3b26529fdd58822c9bd177b5a00ace99426b1ba50672d24331d13b6b172a0f8d01ed23feea478b6a15f379d6affa796eb6c2aaadeb2')