summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz2020-11-26 11:14:53 -0500
committerEli Schwartz2020-11-26 11:14:53 -0500
commit946a65d2ae124fb2674ac1be7943927571d578e8 (patch)
treeb30b3820e63f30087209ec8d2aa2fd1edc11b9b8 /PKGBUILD
parentff00a33eae9db15fc1ebf414279ef3002a4766d3 (diff)
downloadaur-946a65d2ae124fb2674ac1be7943927571d578e8.tar.gz
upgpkg: calibre-git 5.5.0.r112.gf99b535714-1
Ignore test for pycryptodome, which is not used by calibre. Re-enable mysteriously segfaulting test, since it no longer does so on qt 5.15.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b517f479192f..2ac7cae45eb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgbase=calibre-git
pkgname=calibre-git
-pkgver=5.5.0.r16.g989577736f
+pkgver=5.5.0.r112.gf99b535714
pkgrel=1
_dictionaries_commit="d6160c5e006089c711f3fec6eb4e2ade60a4150c"
pkgdesc="Ebook management application"
@@ -89,12 +89,11 @@ check() {
cd "${srcdir}/${pkgbase%-git}"
_test_excludes=(
- # test_ajax_book segfaults on qt >=5.15.1 inside of qt itself, but only in nspawn containers
- # see https://github.com/kovidgoyal/calibre/commit/28ef780d9911d598314d98bdfc3b1c88a94681df
- 'ajax_book'
# merely testing if a runtime-optional feature works, but is not
# operative yet e.g. only tries checking if the optdepend is importable
'speech_dispatcher'
+ # tests if a completely unused module is bundled
+ 'pycryptodome'
)
# without xvfb-run this fails with much "Control socket failed to recv(), resetting"