summaryrefslogtreecommitdiff
path: root/community/calibre/PKGBUILD
blob: 77e639925d0b45a1febfd2da9c33f6e0d1773237 (plain)
1
2
3
4
5
6
7
8
9
10
# disable Bonjour testing on build slaves
eval "$(
  declare -f check | \
    sed '
      s/.*setup.py test/CI=true &/g
    '
)"

# ignore checksum
sha256sums[0]='SKIP'