summaryrefslogtreecommitdiff
path: root/extra/pyalpm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pyalpm/PKGBUILD')
-rw-r--r--extra/pyalpm/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/pyalpm/PKGBUILD b/extra/pyalpm/PKGBUILD
new file mode 100644
index 00000000..5cdef3a7
--- /dev/null
+++ b/extra/pyalpm/PKGBUILD
@@ -0,0 +1,7 @@
+# patch CARCH to i686 in tests (for them to work)
+eval "$(
+ declare -f check | \
+ sed '
+ s/$CARCH/i686/g
+ '
+)"