From 7b65a47fc1d079bc1d16445d2ad92cb54a22c0b1 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 13 Dec 2021 00:37:15 +0000 Subject: [PATCH] extra/libreoffice-still to 7.1.8-2 --- extra/libreoffice-still/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/libreoffice-still/PKGBUILD b/extra/libreoffice-still/PKGBUILD index a031a1a30..572e025f1 100644 --- a/extra/libreoffice-still/PKGBUILD +++ b/extra/libreoffice-still/PKGBUILD @@ -20,7 +20,7 @@ pkgbase=libreoffice-still pkgname=('libreoffice-still-sdk' 'libreoffice-still') _LOver=7.1.8.1 pkgver=7.1.8 -pkgrel=1 +pkgrel=2 arch=('x86_64') license=('LGPL3') url="https://www.libreoffice.org/" @@ -344,11 +344,11 @@ package_libreoffice-still() { install -m644 "${srcdir}"/libreoffice-still.{sh,csh} "${pkgdir}"/etc/profile.d/ # make pyuno find its modules - install -dm755 "${pkgdir}"/usr/lib/python3.9/site-packages + install -dm755 "${pkgdir}"/usr/lib/python3.10/site-packages ln -svf /usr/lib/libreoffice/program/uno.py \ - "${pkgdir}"/usr/lib/python3.9/site-packages/uno.py + "${pkgdir}"/usr/lib/python3.10/site-packages/uno.py ln -svf /usr/lib/libreoffice/program/unohelper.py \ - "${pkgdir}"/usr/lib/python3.9/site-packages/unohelper.py + "${pkgdir}"/usr/lib/python3.10/site-packages/unohelper.py # add a symlink required for gnome-documents; FS#51887 # https://lists.freedesktop.org/archives/libreoffice/2016-March/073787.html