From bbe1d00f8830b00eaac15fb2bc0f9fcbb81b1855 Mon Sep 17 00:00:00 2001 From: skmpz Date: Thu, 28 Dec 2023 20:04:03 +0200 Subject: [PATCH] calibre: update to 7.2.0. --- srcpkgs/calibre/template | 6 ++++-- srcpkgs/zig/template | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index c6adc019548f7..005216c03b25d 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,7 +1,9 @@ # Template file for 'calibre' pkgname=calibre -version=7.1.0 +version=7.2.0 revision=1 +# qt6-webengine is broken on 32-bit systems +archs="x86_64* aarch64*" build_wrksrc=calibre build_style=python3-module pycompile_dirs="/usr/lib/calibre/" @@ -36,7 +38,7 @@ changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog _lover=7.6.0.3 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz https://download.documentfoundation.org/libreoffice/src/${_lover%.*}/libreoffice-dictionaries-${_lover}.tar.xz" -checksum="70a515fad059e597579282dd24f75444a9d63f90798330944107a1550211824a +checksum="d4e64f497179710966c1b0f66c7556b581cb5200a8f0b691d563e9b92516a11f b932cdd6bd2ee717f3a09766c88fe90100b0c2c0509313c3ee297f95c084ee2e" python_version=3 lib32disabled=yes diff --git a/srcpkgs/zig/template b/srcpkgs/zig/template index 55b31e5573c44..f2eaae8e4f7bc 100644 --- a/srcpkgs/zig/template +++ b/srcpkgs/zig/template @@ -2,6 +2,7 @@ pkgname=zig version=0.10.1 revision=2 +# qt6-webengine is broken on 32-bit systems archs="x86_64* aarch64*" build_style=cmake configure_args="-DZIG_TARGET_MCPU=baseline"