[arch-commits] Commit in libreoffice-still/trunk (PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Sat Dec 11 17:50:23 UTC 2021


    Date: Saturday, December 11, 2021 @ 17:50:23
  Author: andyrtr
Revision: 431882

upgpkg: libreoffice-still 7.1.8-2: python 3.10 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-11 17:27:03 UTC (rev 431881)
+++ PKGBUILD	2021-12-11 17:50:23 UTC (rev 431882)
@@ -12,7 +12,7 @@
 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/"
@@ -338,11 +338,11 @@
 	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



More information about the arch-commits mailing list