Fixed the PKGBUILD with that patch :
diff --git a/PKGBUILD b/PKGBUILD
index 1d15cfe..91aa648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,12 @@ optdepends=('java-runtime: adds java support'
'kio: for Qt5 integration')
provides=('libreoffice' 'libreoffice-en-US')
-source=("https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/${_pkgnamefmt}_${_LOver}_Linux_x86-64_rpm.tar.gz")
-sha256sums=('991579b5cdcac9c9a34452747a451ffbad1812f2f96ff3c4cbf3da72affac41b')
+source=(
+ "https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/${_pkgnamefmt}_${_LOver}_Linux_x86-64_rpm.tar.gz"
+ "https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/${_pkgnamefmt}_${_LOver}_Linux_x86-64_rpm.tar.gz.asc"
+ )
+sha256sums=(SKIP SKIP)
+validpgpkeys=(F434A1EFAFEEAEA3 C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3)
package() {
find "${srcdir}/${_pkgnamefmt}_${_LOver}"*/RPMS/*rpm -exec bsdtar -x -f '{}' -C "${pkgdir}" \;
It uses LibreOffice provided signature verification instead of relying upon sha256sum.
Pinned Comments
roundedbun commented on 2024-10-26 12:33 (UTC) (edited on 2025-01-14 06:15 (UTC) by roundedbun)
Gnome Sushi can't provide thumbnail of Office Document because there is no file named libreoffice in /usr/bin/, the workaround was create hardlink like this: $ sudo ln /usr/bin/libreoffice25.2 /usr/bin/libreoffice
xiota commented on 2024-05-25 22:06 (UTC) (edited on 2024-06-16 17:29 (UTC) by xiota)
Please do not comment and flag for the same issue at the same time. Only the flag is needed for version bumps and simple packaging issues.