Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/python-jaraco.text/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/python-jaraco.text/PKGBUILD b/extra/python-jaraco.text/PKGBUILD
index 27951b5b..7e34bb95 100644
--- a/extra/python-jaraco.text/PKGBUILD
+++ b/extra/python-jaraco.text/PKGBUILD
@@ -4,7 +4,9 @@
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#AttributeError: 'MinimalDistribution' object has no attribute 'entry_points'
-declare -f build | \
- sed '
- s/--no-isolation//
- '
+eval "$(
+ declare -f build | \
+ sed '
+ s/--no-isolation//
+ '
+)"