index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/calibre/PKGBUILD | 14 |
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 |