git » libreoffice-still.git » commit fb54dd5

upgpkg: 7.6.6-3: Python 3.12 rebuild

author Antonio Rojas
2024-04-05 21:13:08 UTC
committer Antonio Rojas
2024-04-05 21:13:08 UTC
parent b4426c814dfeee20c8fe9bada2294567ebec2de1

upgpkg: 7.6.6-3: Python 3.12 rebuild

.SRCINFO +2 -1
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 8d670ed..121a5af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = libreoffice-still
 	pkgver = 7.6.6
-	pkgrel = 2
+	pkgrel = 3
 	url = https://www.libreoffice.org/
 	arch = x86_64
 	license = MPL-2.0
@@ -95,6 +95,7 @@ pkgbase = libreoffice-still
 	makedepends = libffi
 	makedepends = box2d
 	makedepends = git
+	makedepends = python-setuptools
 	noextract = 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
 	noextract = 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
 	noextract = a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index 17d02f1..472c33a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgbase=libreoffice-still
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=7.6.6.3
 pkgver=7.6.6
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('MPL-2.0' 'LGPL-3.0-or-later')
 url="https://www.libreoffice.org/"
@@ -31,7 +31,7 @@ makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python' 'libwpd>=0.9.2' 'libwps'
     'libtommath' 'libzmf' 'rxvt-unicode' 'gpgme' 'libwebp' # 'xmlsec'
     'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 'libnumbertext'
     'abseil-cpp' 'clang' 'zxing-cpp'
-    'libffi' 'box2d' 'git'
+    'libffi' 'box2d' 'git' 'python-setuptools'
 )
 options=('!lto') # using --enable-lto (for parallel link-time optimization)
 _mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}"