Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/calibre/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-21 10:10:18 +0100
committerErich Eckner <git@eckner.net>2019-01-21 10:10:18 +0100
commit110c12613a8ad230c4afb0e699a1e835f1dab6d0 (patch)
tree507cb051a987308f4387b427029c84093cbca1be /community/calibre/PKGBUILD
parent826946fc5850f99f21151d575e3d01c2180c8881 (diff)
parentc05ab685e3c48fa8613597a0f0ded93adab6914d (diff)
Merge branch 'master' into i486
Diffstat (limited to 'community/calibre/PKGBUILD')
-rw-r--r--community/calibre/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
new file mode 100644
index 00000000..add1c241
--- /dev/null
+++ b/community/calibre/PKGBUILD
@@ -0,0 +1,7 @@
+# disable Bonjour testing on build slaves
+eval "$(
+ declare -f check | \
+ sed '
+ s/.*setup.py test/CI=true &/g
+ '
+)"