Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/calibre
diff options
context:
space:
mode:
Diffstat (limited to 'community/calibre')
-rw-r--r--community/calibre/PKGBUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
deleted file mode 100644
index 43e09de8..00000000
--- a/community/calibre/PKGBUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-# disable Bonjour testing on build slaves
-eval "$(
- declare -f check | \
- sed '
- s/.*setup.py test/CI=true &/g
- '
-)"
-
-# ignore checksum
-sha256sums[0]='SKIP'
-
-# disabled testing, too many Python stuff currently broken
-unset check
-unset checkdepends