Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-jaraco.text/PKGBUILD
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-05 22:19:30 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-05 22:19:30 +0200
commit440b6b40d7a17527f7f2198cf034d8bbdca10975 (patch)
tree9647c8043de2bb95c0620dc5fbd75a5f89b15225 /extra/python-jaraco.text/PKGBUILD
parentb11617ca52928e6dd6bef4270e33d0315ada0009 (diff)
extra/python-jaraco.text: Forgot the eval
Diffstat (limited to 'extra/python-jaraco.text/PKGBUILD')
-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//
+ '
+)"